[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1625) Add parameter's to exception redirect from pages.xml

Jakub Janczak (JIRA) jira-events at lists.jboss.org
Sun Mar 29 06:53:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12459505#action_12459505 ] 

Jakub Janczak commented on JBSEAM-1625:
---------------------------------------

Here is the example test application (maven project):
http://kubek2k.w.ds14.agh.edu.pl/wiki/doku.php?id=programming:java:seam:redirect_exception_params

> 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
>             Fix For: 2.1.2.CR1
>
>         Attachments: redirect_exception_params.patch
>
>
> 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

        



More information about the seam-issues mailing list