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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
