06-13-2010 08:41 AM
<c:choose>
<c:when test="#{WizardManager.bean.admin eq 'true}">
<p>admin things.. </p>
</c:when>
<c:otherwise>
<p>ordinary user things.. </p>
</c:otherwise>
</c:choose>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
or<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
06-13-2010 11:18 PM
<step name="assignment" title-id="review_estimate_assignment" description-id="review_estimate_step1_desc">
<condition if="#{ReviewEstimateWizard.admin == true}">
<page path="/jsp/extension/wizards/review-estimate-wizard/assignmentAdmin.jsp"
title-id="review_estimate_step1_title"
description-id="review_estimate_step1_desc"
instruction-id="default_instruction" />
</condition>
<condition if="#{ReviewEstimateWizard.hasNoNextStatus == true}">
<page path="/jsp/extension/wizards/review-estimate-wizard/assignmentAtEnd.jsp"
title-id="review_estimate_step1_title"
description-id="review_estimate_step1_desc"
instruction-id="default_instruction" />
</condition>
<condition if="#{ReviewEstimateWizard.hasNoPreviousStatus == true}">
<page path="/jsp/extension/wizards/review-estimate-wizard/assignmentAtStart.jsp"
title-id="review_estimate_step1_title"
description-id="review_estimate_step1_desc"
instruction-id="default_instruction" />
</condition>
<page path="/jsp/extension/wizards/review-estimate-wizard/assignment.jsp"
title-id="review_estimate_step1_title"
description-id="review_estimate_step1_desc"
instruction-id="default_instruction" />
</step>
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.