Faces Flows


Standard Syntax:
     <%@ taglib prefix="j" uri="http://xmlns.jcp.org/jsf/flow" %>

XML Syntax:
     <anyxmlelement xmlns:j="http://xmlns.jcp.org/jsf/flow" />

No Description

Tag Library Information
Display NameFaces Flows
Version2.2
Short Namej
URIhttp://xmlns.jcp.org/jsf/flow
 

Tag Summary
faces-flow-return

Define a return node in a flow graph.

VDL usage

This element must contain exactly one <navigation-case> element, which must contain exactly one <from-outcome> element.

faces-config usage

The semantics are identical when used in a faces-config.

switch

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.

if

The content of this element must be an EL expression that may be invoked when the containing swich is activated. If the expresion returns true, the <from-outcome> sibling elements outcome is used as the id of the node in the flow graph to which control must be passed.

The semantics of this element are identical whether it is used in a VDL view or in a faces-config file.