| |||||||
FRAMES NO FRAMES |
Define a switch node in a flow graph.
VDL usage
This element must contain one or more <navigation-case>
elements, each of which must contain exactly one <if>
and one <from-outcome>
element.
faces-config usage
The semantics are identical when used in a faces-config.
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
id | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The id of this switch return.
VDL usage This attribute is required when used in a VDL view. It must be unique within the flow. faces-config usage This attribute is required when used in a faces-config file. It must be unique within the faces-config file in which this element appears. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |