[ 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
