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