You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ted Husted (JIRA)" <ji...@apache.org> on 2006/12/24 19:43:57 UTC

[jira] Created: (WW-1572) Retain actions values via MessageStoreInterceptor

Retain actions values via MessageStoreInterceptor
-------------------------------------------------

                 Key: WW-1572
                 URL: http://issues.apache.org/struts/browse/WW-1572
             Project: Struts 2
          Issue Type: Improvement
            Reporter: Ted Husted
             Fix For: Future


The MessageStore interceptor caches fielderrors, actionerrors, and actionmessages across redirects. 

It may also be useful to retain the action values in the same manner (ActionChaining across a redirect). 


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

        

[jira] Commented: (WW-1572) Retain actions values via MessageStoreInterceptor

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40410 ] 

Tom Schneider commented on WW-1572:
-----------------------------------

Don't forget conversation scope: http://www.vitarara.org/cms/node/84

I agree with Don, we should pull all of this into a cohesive mechanism.  I suggest we pull it all into an external plugin for 2.1.x.

> Retain actions values via MessageStoreInterceptor
> -------------------------------------------------
>
>                 Key: WW-1572
>                 URL: https://issues.apache.org/struts/browse/WW-1572
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Ted Husted
>             Fix For: 2.1.x
>
>
> The MessageStore interceptor caches fielderrors, actionerrors, and actionmessages across redirects. 
> It may also be useful to retain the action values in the same manner (ActionChaining across a redirect). 

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


[jira] Updated: (WW-1572) Retain actions values via MessageStoreInterceptor

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

Don Brown updated WW-1572:
--------------------------

    Fix Version/s:     (was: 2.1.x)
                   2.2.x

> Retain actions values via MessageStoreInterceptor
> -------------------------------------------------
>
>                 Key: WW-1572
>                 URL: https://issues.apache.org/struts/browse/WW-1572
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Ted Husted
>             Fix For: 2.2.x
>
>
> The MessageStore interceptor caches fielderrors, actionerrors, and actionmessages across redirects. 
> It may also be useful to retain the action values in the same manner (ActionChaining across a redirect). 

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


[jira] Commented: (WW-1572) Retain actions values via MessageStoreInterceptor

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1572?page=comments#action_39215 ] 
            
Don Brown commented on WW-1572:
-------------------------------

This can be done via the ScopeInterceptor we have today.  Also, I'm working on a new plugin, tenatively called the Scopes Plugin (need better name), which uses a JBoss Seam-style, annotation-driven solution that handles session, request, and flash scope.  I intend to add support for flash scope'd messages, if a redirect result is detected.  I've held off on adding it to core as we already have the aforementioned ScopeInterceptor as well as the ScopedModelDrivenInterceptor and tickets for a WizardInterceptor and Spring WebFlow plugin.  We should probably put some thought into a cohesive solution.

> Retain actions values via MessageStoreInterceptor
> -------------------------------------------------
>
>                 Key: WW-1572
>                 URL: http://issues.apache.org/struts/browse/WW-1572
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Ted Husted
>             Fix For: Future
>
>
> The MessageStore interceptor caches fielderrors, actionerrors, and actionmessages across redirects. 
> It may also be useful to retain the action values in the same manner (ActionChaining across a redirect). 

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

        

[jira] Updated: (WW-1572) Retain actions values via MessageStoreInterceptor

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

Tom Schneider updated WW-1572:
------------------------------

    Fix Version/s:     (was: Future)
                   2.1.x

> Retain actions values via MessageStoreInterceptor
> -------------------------------------------------
>
>                 Key: WW-1572
>                 URL: https://issues.apache.org/struts/browse/WW-1572
>             Project: Struts 2
>          Issue Type: Improvement
>            Reporter: Ted Husted
>             Fix For: 2.1.x
>
>
> The MessageStore interceptor caches fielderrors, actionerrors, and actionmessages across redirects. 
> It may also be useful to retain the action values in the same manner (ActionChaining across a redirect). 

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