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/04/15 00:01:43 UTC

[jira] Created: (STR-3032) Copy unaccessed messages/errors to session if redirecting

Copy unaccessed messages/errors to session if redirecting
---------------------------------------------------------

                 Key: STR-3032
                 URL: https://issues.apache.org/struts/browse/STR-3032
             Project: Struts 1
          Issue Type: New Feature
            Reporter: Paul Benedict
             Fix For: 1.4.0


When messages/errors are put into the request and unaccessed, but a redirecting forward is selected, the Controller should automatically copy over the messages into the session. This will allow them to be retained across the redirect, and then removed by RemoveCachedMessages command.

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


[jira] Resolved: (STR-3032) Copy unaccessed messages/errors to session if redirecting

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict resolved STR-3032.
--------------------------------

    Resolution: Fixed
      Assignee: Paul Benedict

> Copy unaccessed messages/errors to session if redirecting
> ---------------------------------------------------------
>
>                 Key: STR-3032
>                 URL: https://issues.apache.org/struts/browse/STR-3032
>             Project: Struts 1
>          Issue Type: New Feature
>            Reporter: Paul Benedict
>         Assigned To: Paul Benedict
>             Fix For: 1.4.0
>
>
> When messages/errors are put into the request and unaccessed, but a redirecting forward is selected, the Controller should automatically copy over the messages into the session. This will allow them to be retained across the redirect, and then removed by RemoveCachedMessages command.

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