Custom parameter value in <redirect> is not being propagated (regression)
-------------------------------------------------------------------------
Key: JBSEAM-3674
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3674
Project: Seam
Issue Type: Bug
Components: JSF Integration
Affects Versions: 2.1.0.SP1
Reporter: Dan Allen
Fix For: 2.1.1.CR1
I want to propagate a param so that it survives a redirect. This is what I have done until
now.
<navigation from-action="myaction">
<redirect view-id="/pages/page.hxtml" >
<param name="category" value="#{param.name}"/>
</redirect>
</navigation>
However, since 2.1, this doesn't work anymore. The param is still propagated but not
the value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira