03-24-2009 01:35 PM
UIContextService.getInstance( FacesContext.getCurrentInstance() )
.notifyBeans();
NavigationBean lNavigation = (NavigationBean) FacesContext
.getCurrentInstance().getExternalContext().getSessionMap().get(
"NavigationBean" );
if (lNavigation != null)
{
lNavigation.resetCurrentNodeProperties();
}
03-25-2009 12:32 PM
03-27-2009 04:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.