The title pretty much says it all --- what happens when an action triggered by 
a page transition throws an exception?  Will it simply bubble-up to get handled 
somewhere, or can that be configured as part of the pageflow, or will the 
current page be displayed again?

I'm thinking about the example in the documentation:
<page name="displayGuess" view-id="/numberGuess.jsp">
  |     <redirect/>
  |     <transition name="guess" to="evaluateGuess">
  |         <action expression="#{numberGuess.guess}" />
  |     </transition>
  | </page>

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037930#4037930

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037930
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to