[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1625) <param> node in <exception> in pages.xml is not used

Zalder R (JIRA) jira-events at lists.jboss.org
Mon Jul 9 08:46:31 EDT 2007


<param> node in <exception> in pages.xml is not used
----------------------------------------------------

                 Key: JBSEAM-1625
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1625
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.0.BETA1
         Environment: jboss 4.2, seam 2.0.0.B1
            Reporter: Zalder R


The param option in an exception node in pages.xml is not used :

    <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>

When the exception is triggered : redirect is done to mypage.xhtml ... not mypage.xhtml?u=whatever

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list