How to enter a JSF 2.2 flow with faces-redirect
问题 I've got a basic flow example working: src/main/webapp | |- index.xhtml |- flow1 |- flow1-flow.xml |- flow1.xhtml index.xhtml has a simple form that enters the flow with a parameter: <h:form> Click to enter flow1 <h:commandButton action="flow1" value="Flow 1"> <f:param name="testInput" value="hi there"/> </h:commandButton> </h:form> flow1.xhtml displays the param and lets you enter a value into flow scope: <h:form> Hi this is page 1. <h:inputText label="Enter something:" value="#{flowScope