[jboss-user] [JBoss Seam] - Re: Scoping using Seam App Framework
pdhaigh
do-not-reply at jboss.com
Wed May 9 10:55:46 EDT 2007
Thanks :-)
For anyone else, this is the simplest solution I ended up with:
<in pages.xml>
| <page view-id="*">
| <navigation>
| <rule if-outcome="updated">
| <redirect view-id="/confirm.xhtml"/>
| </rule>
| <rule if-outcome="persisted">
| <redirect view-id="/confirm.xhtml"/>
| </rule>
| </navigation>
| </page>
|
| <page view-id="/confirm.xhmtl">
| <end-conversation/>
| </page>
|
| <page view-id="/anaction.xhtml" >
| <begin-conversation/>
| </page>
etc
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044341#4044341
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044341
More information about the jboss-user
mailing list