4 Replies Latest reply on Aug 4, 2006 10:54 AM by gavin.king

    Have more than one page action for the same view-id

    basel

      How can I have more than one page action for the same view-id? Currently only the last action in the list is executed, in this case setPaper. If the two actions are switched, userChallenge gets executed.

      <page view-id="/paper.jsf" action="#{loginAction.userChallenge}"/>
      <page view-id="/paper.jsf" ction="#{paperAction.setPaper}"/>
      


      Is there another approach?