08-03-2010 12:35 PM
if(this.browseBean == null){
this.browseBean =(BrowseBean) FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "BrowseBean");
}
this.browseBean.setDocument(new Node(tempNodeRef));// nodeRef of the new file
outcome = "dialog:showDocDetails";
javax.faces.FacesException: org.apache.jasper.JasperException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.repository.Node, property: downloadUrl
caused by:
org.apache.jasper.JasperException: org.apache.jasper.JasperException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.repository.Node, property: downloadUrl
caused by:
org.apache.jasper.JasperException: javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.repository.Node, property: downloadUrl
caused by:
javax.faces.el.PropertyNotFoundException: Bean: org.alfresco.web.bean.repository.Node, property: downloadUrl
08-04-2010 06:44 AM
this.browseBean.setDocument(new Node(tempNodeRef));
this.browseBean.setupContentAction(tempNodeRef.getId(), true);
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.