Hello, All,
When i include new web forms in web project, then i go to project to create web content, but some error information is displayed as following:
javax.faces.FacesException: Cannot get value for expression '#{WizardManager.bean.createMimeTypes}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{WizardManager.bean.createMimeTypes}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{WizardManager.bean.createMimeTypes}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property createMimeTypes of base of type : org.alfresco.web.bean.wcm.CreateWebContentWizard
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.wcm.CreateWebContentWizard, property: createMimeTypes
caused by:
java.lang.reflect.InvocationTargetException
caused by:
java.lang.NullPointerException
I encounter it several times.
Could you help me resolve it?
Thanks in advance.