setWorkspaceValues(request);
navigateToConfigPath(getParsedValue(section.getParent() != null ? childPageConfigPath : pageConfigPath));
}
public void actionPageConfigFromTree(CommandRequest request, WorkspaceImpl workspace) throws Exception {
Section section = workspace.getSection(new Long(request.getParameter("id")));
SectionPermission sectionPerm = SectionPermission.newInstance(section, SectionPermission.ACTION_EDIT);
getUserStatus().checkPermission(sectionPerm);
setWorkspaceValuesFromTree(workspace, section, null);
navigateToConfigPath(getParsedValue(pageConfigPath));
}