04-20-2009 10:31 AM
<config>
<wizards>
<!– Definition of the realocation role wizard–>
<wizard name="realocationRole" managed-bean="InviteSpaceUsersWizard"
title-id="realocation_role" description-id="realocation_role"
icon="/images/icons/realocate_role.gif">
<step name="realocate" title-id="realocate" description-id="realocate_step1_desc">
<page path="/jsp/extension/realocate-role.jsp"
title-id="realocate_step1_desc_title" description-id="realocate_step1_desc_desc"
instruction-id="default_instruction"/>
</step>
</wizard>
</wizards>
<actions>
<action id="realocate_role">
<label-id>realocate_role</label-id>
<image>/images/icons/realocate_role.gif</image>
<script></script>
<action>wizard:realocationRole</action>
</action>
</actions>
</config>
<action-group id="browse_create_menu">
<action idref="realocate_role"/>
</action-group>
<td>1.
</f:verbatim><h:outputText value="#{msg.select_role}" /><f:verbatim>
</td>
</tr>
<tr>
<td>
</f:verbatim>
<h:selectOneListbox id="roles" style="width:250px" size="5">
<f:selectItems value="#{InviteSpaceUsersWizard.roles}" />
</h:selectOneListbox>
<f:verbatim>
javax.faces.FacesException: Cannot get value for expression '#{InviteSpaceUsersWizard.roles}'
caused by:
org.apache.jasper.JasperException: Cannot get value for expression '#{InviteSpaceUsersWizard.roles}'
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{InviteSpaceUsersWizard.roles}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property roles of base of type : org.alfresco.web.bean.spaces.InviteSpaceUsersWizard
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.spaces.InviteSpaceUsersWizard, property: roles
caused by:
java.lang.reflect.InvocationTargetException
caused by:
java.lang.NullPointerException
04-20-2009 01:11 PM
04-20-2009 05:54 PM
04-21-2009 10:57 AM
<action-listener>#{BrowseBean.setupSpaceAction}</action-listener>
<params>
<param name="id">#{actionContext.id}</param>
</params>
<a:genericPicker id="picker" showAddButton="false" filters="#{WizardManager.bean.filters}" queryCallback="#{WizardManager.bean.pickerCallback}" />
05-20-2009 04:41 AM
09-03-2010 11:36 AM
09-20-2010 01:00 PM
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.