chkInput = selector.getUIInput("category_" + category.getName());
if (chkInput != null && chkInput.isChecked())
{
Application newApp = cloneApplication(selector.getApplication());
UIApplicationRegistryPortlet.setPermissionToEveryone(newApp);
appRegService.save(category, newApp);
}
}
UIContainer appInfo = selector.getParent();
appInfo.getChild(UICategorySelector.class).setRendered(false);
UIApplicationRegistryPortlet uiPortlet = appInfo.getAncestorOfType(UIApplicationRegistryPortlet.class);