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