2 Replies Latest reply on Apr 26, 2007 5:45 PM by pmuir

    Pageflow actions never getting fired

    nstoddar

      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>