Is there a way to access the outcome value from pages.xml?
I want something like this:
| ...
| <page view-id="/a.jspx">
| <navigation from-action="#{manager.doSomething()}">
| <redirect view-id="/b.jspx">
| <param name="paramA"
value="#{outcome.attribute}"/>
| </redirect>
| </navigation>
| </page>
| ...
|
where manager.doSomething() returns an object. "outcome" is what I want to get
access to.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088192#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...