[jboss-user] [JBoss Seam] - Re: Problems Starting Page Flows

Delphi's Ghost do-not-reply at jboss.com
Tue Apr 17 15:53:30 EDT 2007


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



More information about the jboss-user mailing list