Questions tagged [faces-flow]

JSF Faces Flow as defined since JSF 2.2.

More information about JSF Faces Flows:

31 questions
-1
votes
1 answer

Navigate flow from another managed bean

JSF 2.2 and Java EE 7 Let's say you have a Faces Flow called "/simple". It is already set and running. Now you have another backing bean called DonkeyController. @ViewScoped public class DonkeyController { /* ... */ public String doWork() { …
peter_pilgrim
  • 1,160
  • 11
  • 18
1 2
3