anonymous wrote : The outcome you return from your action method on starting the pageflow should determine which transition it uses from the start-state - if you are sure it doesn't, raise an issue in JIRA
AFAICT, when using the start-state pageflow the following applies : void action methods start the pageflow on the first page (correct) non-null outcomes with a matching transition in the start-state element results in making that transition and displaying the transitioned-to page(correct) non-null outcomes without a matching transition in the start-state element results in re-displaying the current page.(don't know) Null outcomes re-display the same page (correct) Heh, you're right, you can use global outcome managers to navigate to that link AND get the benefit of RESTful URLs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038126#4038126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038126 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
