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

[jira] Created: (WW-2276) Automatic storage and retrieval of messages in MessageStoreInterceptor

Automatic storage and retrieval of messages in MessageStoreInterceptor
----------------------------------------------------------------------

                 Key: WW-2276
                 URL: https://issues.apache.org/struts/browse/WW-2276
             Project: Struts 2
          Issue Type: New Feature
          Components: Interceptors
            Reporter: Don Brown
             Fix For: 2.1.0


The MessageStoreInterceptor is nice, but requires too much configuration.  There should be an automatic mode that:
 * Always tried to retrieve messages from the session, if available
 * Automatically stores messages if the Result was a redirect (instance of ServletRedirectResult)

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


[jira] Resolved: (WW-2276) Automatic storage and retrieval of messages in MessageStoreInterceptor

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

Don Brown resolved WW-2276.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown

Added AUTOMATIC mode to MessageStoreInterceptor.  If proves useful, will set as default in 2.2 and possibly added to default stack.

> Automatic storage and retrieval of messages in MessageStoreInterceptor
> ----------------------------------------------------------------------
>
>                 Key: WW-2276
>                 URL: https://issues.apache.org/struts/browse/WW-2276
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Interceptors
>            Reporter: Don Brown
>            Assignee: Don Brown
>             Fix For: 2.1.0
>
>
> The MessageStoreInterceptor is nice, but requires too much configuration.  There should be an automatic mode that:
>  * Always tried to retrieve messages from the session, if available
>  * Automatically stores messages if the Result was a redirect (instance of ServletRedirectResult)

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