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?

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

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

Reply via email to