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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...