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