10-24-2008 03:51 AM
managed-bean="CreateContentWizard"
to managed-bean="CustomCreateContentWizard"
. When I go to the third (new page), I get the following error:javax.faces.FacesException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
caused by:
org.apache.jasper.JasperException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
caused by:
org.apache.jasper.JasperException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
caused by:
java.lang.IllegalArgumentException: Value binding '#{WizardManager.bean.aspects}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/wizard/container.jsp][Class: javax.faces.component.html.HtmlForm,Id: wizard][Class: javax.faces.component.UINamingContainer,Id: wizard-body][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id20][Class: javax.faces.component.UISelectItems,Id: _id21]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
The example has a getAspects() function. In System Information/Http Application State, I see the custom-wizard.jar. The .jsp file is also added correctly.10-27-2008 04:04 AM
<config evaluator="string-compare" condition="Content Wizards">
<aspects>
<aspect name="dublincore"/>
<aspect name="effectivity"/>
</aspects>
</config>
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.