webuijsf
Tag wizardBranchSteps
Use the webuijsf:wizardBranchSteps
tag to
define a sequence of steps within a branch of a wizard, which is specified with
a webuijsf:wizardBranch
tag. For each choice a user might make, use one
webuijsf:wizardBranchSteps
tag. Within a webuijsf:wizardBranchSteps
tag, use one or more webuijsf:wizardStep
tags. See the webuijsf:wizardBranch
tag documentation for more information.
HTML Elements and Layout
No HTML elements are rendered for the wizardBranchSteps component.
The webuijsf:wizardBranchSteps
tag's function is to contain the step
tags of each branch sequence, and to provide a way to conditionally render the
sequence.
Client-side JavaScript Functions
None.
Examples
See the webuijsf:wizardBranch
tag
examples.
Tag Information |
Tag Class | com.sun.webui.jsf.component.WizardBranchStepsTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String |
A ValueExpression that resolves to the UIComponent that corresponds
to this tag. This binding allows the Java bean that contains the UIComponent
to manipulate the UIComponent, its properties, and its children.
|
taken | false | false | java.lang.String | The taken attribute is used to evaluate whether the
steps of this branch sequence are displayed. If taken is true,
the child components included in the webuijsf:wizardStep
tags within this webuijsf:wizardBranchSteps tag are
rendered. The taken attribute should be
a JavaServer Faces EL expression that uses the user's response in
a previous step to determine whether the branch sequence should be
rendered.
|
id | false | true | java.lang.String | No Description |
Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Java, JSP, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. in the US and other
countries. Copyright 2002-4 Sun Microsystems, Inc.
4150 Network Circle
Santa Clara, CA 95054, U.S.A.
All Rights Reserved.