03-10-2008 10:04 AM
<config>
<action id="create_space_wizard_lala">
<permissions>
<permission allow="true">CreateChildren</permission>
</permissions>
<label-id>advanced_space_wizard_avenant</label-id>
<image>/images/icons/create_space.gif</image>
<action>wizard:createSpaceLala</action>
</action>
</config>
<config>
<actions>
<action-group id="browse_create_menu">
<action idref="create_space_wizard_lala" />
</action-group>
</actions>
</config>
<config evaluator="string-compare" condition="Action Wizards">
<action-handlers>
<handler name="create_space_wizard_lala" class="org.alfresco.web.bean.spaces.CreateSpaceLalaWizard" />
</action-handlers>
</config>
<config>
<wizards>
<wizard name="createSpaceLala" managed-bean="CreateSpaceLalaWizard"
etc.
</wizard>
</wizards>
</config>
etc.
<managed-bean-name>CreateSpaceAvenantWizard</managed-bean-name>
etc.
03-10-2008 01:52 PM
03-11-2008 04:30 AM
javax.faces.FacesException: Unable to find configured ActionDefinition Id: create_space_wizard_avenant
caused by:
org.apache.jasper.JasperException: Unable to find configured ActionDefinition Id: create_space_wizard_avenant
caused by:
org.alfresco.error.AlfrescoRuntimeException: Unable to find configured ActionDefinition Id: create_space_wizard_avenant
Caused by: org.apache.jasper.JasperException: Unable to find configured ActionDefinition Id: create_space_wizard_avenant
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:476)
03-11-2008 12:53 PM
<config>
<action id="create_space_wizard_avenant">
<permissions>
<permission allow="true">CreateChildren</permission>
</permissions>
<label-id>advanced_space_wizard_avenant</label-id>
<image>/images/icons/create_space.gif</image>
<action>wizard:createSpaceAvenant</action>
</action>
</config>
<config>
<wizards>
<wizard name="createSpaceAvenant" managed-bean="CreateSpaceAvenantWizard"
title-id="create_space_title_avenant" description-id="create_space_desc_avenant"
icon="/images/icons/create_space_large.gif">
<step name="options" title-id="space_options" description-id="create_space_step2_desc">
<page path="/jsp/spaces/create-space-wizard/from-template-avenant.jsp"
title-id="create_space_step2_title"
description-id="create_space_step2_desc"
instruction-id="default_instruction" />
</step>
<step name="details" title-id="space_details" description-id="create_space_step3_desc">
<page path="/jsp/spaces/create-space-wizard/details.jsp"
title-id="create_space_step3_title"
description-id="create_space_step3_desc"
instruction-id="default_instruction" />
</step>
<step name="summary" title-id="summary" description-id="summary_step_description">
<page path="/jsp/wizard/summary.jsp"
title-id="summary"
description-id="summary_desc"
instruction-id="create_space_finish_instruction" />
</step>
</wizard>
</wizards>
</config>
<config>
<actions>
<action-group id="browse_create_menu">
<action idref="create_space_wizard_avenant" />
</action-group>
</actions>
</config>
03-12-2008 06:03 AM
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.