uiApp.addMessage(new ApplicationMessage("UIPageBrowser.msg.UserNotPermission", new String[]{pageId}, 1));;
return;
}
}
UIPopupWindow uiManagementPopup = uiNodeSelector.getAncestorOfType(UIPopupWindow.class);
UIPageNodeForm2 uiNodeForm = uiApp.createUIComponent(UIPageNodeForm2.class, null, null);
uiManagementPopup.setUIComponent(uiNodeForm);
// set navigation owner, navigation type
uiNodeForm.setOwner(uiNodeSelector.getSelectedNavigation().getOwnerId());
uiNodeForm.setOwnerType(uiNodeSelector.getSelectedNavigation().getOwnerType());