[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error
dsmith@nesmi.com
do-not-reply at jboss.com
Thu Nov 22 08:20:31 EST 2007
http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/jbpm.html#d0e5301
If we are beginning the pageflow during the RENDER_RESPONSE phaseâduring a @Factory or @Create method, for exampleâwe consider ourselves to be already at the page being rendered, and use a <start-page> node as the first node in the pageflow, as in the example above.
But if the pageflow is begun as the result of an action listener invocation, the outcome of the action listener determines which is the first page to be rendered. In this case, we use a <start-state> as the first node in the pageflow, and declare a transition for each possible outcome:
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107104#4107104
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107104
More information about the jboss-user
mailing list