[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4008) Allow to pass page parameters in in exception block

Tihomir Surdilovic (JIRA) jira-events at lists.jboss.org
Wed Mar 11 14:28:22 EDT 2009


Allow to pass page parameters in in exception block
---------------------------------------------------

                 Key: JBSEAM-4008
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4008
             Project: Seam
          Issue Type: Feature Request
          Components: Core
    Affects Versions: 2.1.1.GA
            Reporter: Tihomir Surdilovic


Currently there is no way to pass page parameters in an exception block, for example neither of these are supported::

1. 
<exception class="javax.el.ELException">
      <redirect view-id="/forcustomerexception.xhtml?info=helloworld">
          <message>Exception occured!</message>
      </redirect>
  </exception>

2. 
<exception class="javax.el.ELException">
      <redirect view-id="/forcustomerexception.xhtml">
          <message>Exception occured!</message>
          <param name="info" value="helloworld" />
      </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

        



More information about the seam-issues mailing list