10-14-2009 03:48 AM
public String getAuthor()
{
FacesContext fc = FacesContext.getCurrentInstance();
NavigationBean navigator = (NavigationBean)FacesHelper.getManagedBean(fc, NavigationBean.BEAN_NAME);
this.author = navigator.getCurrentUser().getUserName();
return this.author;
}
10-14-2009 06:50 AM
String customProperty = (String)this.getNodeService().getProperty(navigator.getPerson(), CUSTOM_PROPERTY_QNAME);
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.