<%@ page import ="com.arsdigita.cms.webpage.ui.WebpageCMSEditorPage,com.arsdigita.cms.dispatcher.ContentSectionDispatcher,com.arsdigita.dispatcher.*" %> <%DispatcherHelper.cacheDisable(response);%> <% WebpageCMSEditorPage sectionPage = new WebpageCMSEditorPage(); RequestContext context = DispatcherHelper.getRequestContext(request); sectionPage.init(); sectionPage.dispatch(request, response, context); %>