05-19-2010 05:29 AM
06-02-2010 01:58 AM
org.alfresco.web.bean.content.DocumentDetailsDialo
is this your class? if not put yours hire.06-02-2010 03:31 AM
public Node getNode()
{
if(browseBean==null)
{
browseBean =(BrowseBean) FacesHelper.getManagedBean(FacesContext.getCurrentInstance(), "BrowseBean");
}
Node node = browseBean.getDocument();
if(node == null)
{
System.out.println("node == null");
}
return node;
}
Caused by: java.lang.NullPointerException
at org.alfresco.web.bean.BaseDetailsBean.getName(BaseDetailsBean.java:198)
at org.alfresco.web.bean.content.DocumentDetailsDialog.getContainerTitle(DocumentDetailsDialog.java:1045)
at org.alfresco.web.bean.dialog.DialogManager.getTitle(DialogManager.java:208)
at org.apache.jsp.jsp.dialog.container_jsp._jspService(container_jsp.java:182)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
06-02-2010 07:22 AM
06-02-2010 12:29 PM
06-02-2010 01:47 PM
06-03-2010 02:49 AM
06-15-2010 11:13 AM
06-15-2010 01:51 PM
07-09-2010 02:31 AM
07-09-2010 03:54 AM
have not change faces-config-*.xml files.see hire for details :http://wiki.alfresco.com/wiki/Customising_The_Login_Page
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.