You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dustin Bruzenak (JIRA)" <de...@myfaces.apache.org> on 2006/01/10 17:45:20 UTC

[jira] Updated: (MYFACES-1018) PhaseListener That Persists Messages After Redirects

     [ http://issues.apache.org/jira/browse/MYFACES-1018?page=all ]

Dustin Bruzenak updated MYFACES-1018:
-------------------------------------

    Attachment: JsfMessagePhaseListener.txt

This is my first crack at the PhaseListener mentioned above. Feel free to use, modify, or tell me to fix it if something looks broken.

> PhaseListener That Persists Messages After Redirects
> ----------------------------------------------------
>
>          Key: MYFACES-1018
>          URL: http://issues.apache.org/jira/browse/MYFACES-1018
>      Project: MyFaces
>         Type: New Feature
>   Components: General
>     Reporter: Dustin Bruzenak
>  Attachments: JsfMessagePhaseListener.txt
>
> Currently when JSFMessages are added to the FacesContext those messages are lost  when a redirect is issued. This is a problem for a handler that does some validation that adds messages and then returns a navigation case that has a redirect.
> A PhaseListener can be written that will persist the current JSFMessages in the user's session and then reloads them into the FacesContext on the next request. Since the application will almost never want to add messages to the context and have them immediately be lost, the presence of this listener would help ensure that the message manager matches the expected result.

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