%@ page import="org.opencms.workplace.commons.*" %><% // initialize the workplace class CmsPropertyCustom wp = new CmsPropertyCustom(pageContext, request, response); if (wp.isForwarded()) { return; } String additionalScript = ""; //////////////////// start of switch statement switch (wp.getAction()) { case CmsPropertyCustom.ACTION_CLOSEPOPUP_SAVE: //////////////////// ACTION: save edited properties for the current resource type and close the popup window wp.actionEdit(request); case CmsPropertyCustom.ACTION_CLOSEPOPUP: //////////////////// ACTION: close the popup window %>