Is there something special about the page actions in a pageflow.  They never 
fire for me.  The actions on transitions work just fine, but sometimes it makes 
more sense to define the action on the page instead of a dozen transitions to 
it.

Here's a snippet from one of my pageflows that won't quite cooperate.

    <start-page name="start" view-id="/panel/users/view.jspx">
  |         <redirect />
  |         <action expression="#{userViewEditBean.refresh}" />
  |         <transition name="edit" to="contact" />
  |         <transition name="finish" to="finish" />
  |     </start-page>


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

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

Reply via email to