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 Classcom.sun.webui.jsf.component.WizardBranchStepsTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.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.
takenfalsefalsejava.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.
idfalsetruejava.lang.StringNo 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.