You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/19 16:01:34 UTC

[jira] Closed: (STR-2494) Make an option to NOT automatically remove messages from session after redirect

     [ https://issues.apache.org/struts/browse/STR-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict closed STR-2494.
------------------------------

       Resolution: Implemented
    Fix Version/s:     (was: 1.4.0)
                   1.3.5

This has been fixed using the ComposableRequestProcessor. If you do not want messages removed after access, do not include the appropriate command.

> Make an option to NOT automatically remove messages from session after redirect
> -------------------------------------------------------------------------------
>
>                 Key: STR-2494
>                 URL: https://issues.apache.org/struts/browse/STR-2494
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.7
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Michael Jouravlev
>            Priority: Minor
>             Fix For: 1.3.5
>
>
> Currently (from 1.2.6?) RequestProcessor removes messags automatically once they
> were accessed. For the dialog functinality it is necessary that a user should be
> able to reload a page any number of times, and still be able to see its content
> with error messages intact.
> I would prefer RequestProcessor to either stop removing messages from session,
> or to have a parameter for not removing them. Seems that currently I have to
> override processCachedMessages to remove this functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.