Add Navigation Case Dialog Box
See Also
A navigation case describes a particular combination of conditions that must
match for this case to be executed, and the view id of the component tree that should be selected next.
- From View. Specifies the view identifier of the view for which the containing
navigation rule is relevant. If no "from-view" element is specified, this rule applies
to navigation decisions on all views. If this element is not specified, a value of "*"
is assumed, meaning that this navigation rule applies to all views.
- From Action. Specifies an action reference expression
that must have been executed (by the default ActionListener for handling application level events)
in order to select this navigation rule. If not specified, this rule will be relevant no matter
which action reference was executed (or if no action reference was executed).
- From Outcome. Specifies a logical outcome string returned by the execution of an application
action method selected via an actionRef property (or a literal value specified by an action property)
of a UICommand component. If specified, this rule will be relevant only if the outcome value matches this
element's value. If not specified, this rule will be relevant no matter what the outcome value was.
- To View. Specifies the view identifier of the next view that should be displayed if this navigation rule is matched.
- Redirect. Specifies that navigation to the specified to-view-id should be accomplished by performing
an HTTP redirect rather than the usual ViewHandler mechanisms.
- Rule Description. Specifies a textual description of the element it is nested in,
optionally flagged with a language code using the xml:lang attribute.
- See Also
- About Web Application Frameworks
- Creating a New Application with JSF Support
- Adding JSF Support to an Existing Application
Legal Notices