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

Norman Richards (JIRA) jira-events at lists.jboss.org
Wed Mar 11 14:49:34 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Richards closed JBSEAM-4008.
-----------------------------------

    Resolution: Duplicate Issue


I believe this is the same as JBSEAM-1625, which I think we can look at for the next release.

> 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