[jboss-user] [JBoss Seam] - Have more than one page action for the same view-id
Basel
do-not-reply at jboss.com
Fri Aug 4 02:42:15 EDT 2006
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
More information about the jboss-user
mailing list