public void actionPageConfig(CommandRequest request) throws Exception {
WorkspaceImpl workspace = (WorkspaceImpl) getWorkspace();
Section section = workspace.getSection(new Long(getSelectedSectionId()));
SectionPermission sectionPerm = SectionPermission.newInstance(section, SectionPermission.ACTION_EDIT);
if (getUserStatus().hasPermission(sectionPerm)) {
TreeNode currentNode = getTreeStatus().getLastEditedNode(getConfigTree());
StringBuffer path = new StringBuffer();
path.append(currentNode.getPath()).append("/").append(getSectionIds(section));