[ http://jira.andromda.org/browse/BPM-170?page=comments#action_11465 ] Lee Greiner commented on BPM-170: ---------------------------------
The Struts 1.2.4 release notes specify the following: Session-scoped ActionMessages - You can now save ActionMessages in the session and have them cleaned up after the first use. There is now an alternate form of Action.saveMessages() that stores messages in the session. ActionMessages.isAccessed() returns true after the messages have been retrieved one time. RequestProcessor.processCachedMessages() queries isAccessed() to determine if it should remove the messages from the session. > Support for session bound ActionMessages > ---------------------------------------- > > Key: BPM-170 > URL: http://jira.andromda.org/browse/BPM-170 > Project: Bpm4Struts Cartridge > Type: New Feature > Versions: 3.0 RC1 > Reporter: Lee Greiner > Assignee: Wouter Zoons > Priority: Minor > > Struts 1.2.4 introduced the capability to put ActionMessages in the session > as opposed to the request. This is achieved by calling > Action.saveMessages(HttpSession, ActionMessages) instead of > Action.saveMessages(HttpServletRequest, ActionMessages). Upon the first > access to the messages they are effectively removed from the session. This > allows messages to be retained when using the redirect after post pattern. > Currently action messages are not displayed after a redirect. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
