03-06-2008 05:27 AM
wizard name="createSpace" managed-bean="CreateSpaceWizard"
title-id="create_space_title" description-id="create_space_desc"
icon="/images/icons/create_space_large.gif">
<step name="create-from" title-id="starting_space" description-id="create_space_step1_desc">
<page path="/jsp/spaces/create-space-wizard/create-from.jsp"
title-id="create_space_step1_title"
description-id="create_space_step1_desc"
instruction-id="default_instruction" />
</step>
<step name="options" title-id="space_options" description-id="create_space_step2_desc">
<condition if="#{CreateSpaceWizard.createFrom == 'scratch'}">
<page path="/jsp/spaces/create-space-wizard/from-scratch.jsp"
title-id="create_space_step2_title"
description-id="create_space_step2_desc"
instruction-id="default_instruction" />
</condition>
<condition if="#{CreateSpaceWizard.createFrom == 'existing'}">
<page path="/jsp/spaces/create-space-wizard/from-existing.jsp"
title-id="create_space_step2_title"
description-id="create_space_step2_desc"
instruction-id="default_instruction" />
</condition>
<condition if="#{CreateSpaceWizard.createFrom == 'template'}">
<page path="/jsp/spaces/create-space-wizard/from-template.jsp"
title-id="create_space_step2_title"
description-id="create_space_step2_desc"
instruction-id="default_instruction" />
</condition>
</step>
<h:panelGrid columns="1">
<h:outputText value="#{msg.how_to_create_space}"/>
<h:selectOneRadio id="create-from" value="#{WizardManager.bean.createFrom}" layout="pageDirection">
<f:selectItem itemValue="scratch" itemLabel="#{msg.from_scratch}" />
<f:selectItem itemValue="existing" itemLabel="#{msg.based_on_existing_space}" />
<f:selectItem itemValue="template" itemLabel="#{msg.using_a_template}" />
</h:selectOneRadio>
</h:panelGrid>
03-06-2008 12:59 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.