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>
...
Not directly, no.