[jboss-user] [JBoss Seam] - Pageflow actions never getting fired

nstoddar do-not-reply at jboss.com
Thu Apr 26 16:36:42 EDT 2007


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



More information about the jboss-user mailing list