<%@ page import="org.opencms.workplace.tools.accounts.*"%> <% // initialize the workplace class CmsEditUserDialog wp = new CmsEditUserDialog(pageContext, request, response); // perform the dialog action wp.displayDialog(); %>