UIPopupWindow uiPopup = uiManagement.getParent();
uiPopup.createEvent("ClosePopup", Phase.PROCESS, event.getRequestContext()).broadcast();
UIPortalApplication uiPortalApp = (UIPortalApplication) prContext.getUIApplication();
UIWorkingWorkspace uiWorkingWS = uiPortalApp.getChildById(UIPortalApplication.UI_WORKING_WS_ID);
prContext.addUIComponentToUpdateByAjax(uiWorkingWS);
prContext.setFullRender(true);
UserNavigation navigation = uiNodeSelector.getEdittedNavigation();
SiteKey siteKey = navigation.getKey();