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