[
https://jira.jboss.org/jira/browse/JBSEAM-1625?page=com.atlassian.jira.pl...
]
Sylvain Catudal commented on JBSEAM-1625:
-----------------------------------------
The current xsd (
http://jboss.com/products/seam/pages-2.1.xsd) proposes the param
element.
Either the xsd should be changed or the parameters should be passed along.
Add parameter's to exception redirect from pages.xml
----------------------------------------------------
Key: JBSEAM-1625
URL:
https://jira.jboss.org/jira/browse/JBSEAM-1625
Project: Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 2.0.0.BETA1
Environment: jboss 4.2, seam 2.0.0.B1
Reporter: Zalder R
Priority: Minor
For example:
<exception class="org.my.Exception">
<redirect view-id="/mypage.xhtml">
<param name="u" value="#{user.username}"/>
<message
severity="warn">#{messages['MSG.ERROR.MAX_TEXT_REACHED']}</message>
</redirect>
</exception>
--
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