You may want to check out Spring Web Flow - http://www.springframework.org/webflow
It apparently (I haven't tried it yet) works with struts2 and you don't need to use anything else from spring to use it. I saw a demo of it at JavaOne this year and was really impressed. -Michael On 5/24/07, Charbel Abdul-Massih <[EMAIL PROTECTED]> wrote:
In that case, is implementing SessionAware the only step required to have the action stored in the session??? Charbel -----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24, 2007 11:27 AM To: Struts Users Mailing List Subject: RE: Best practice - Wizard flow --- Charbel Abdul-Massih wrote: > I would have thought that something as simple as a > wizard would be easily doable...I would like to keep > away from the session as much as possible... The thing with "wizards" (at least as I've used and implemented them) is that previous steps in the wizard flow should be easily accessible, and the easiest way to do that is via the session... otherwise you have to make intermediate saves (which is also a fine solution) and reloads when you go back (or forward) in the process. Just a thought. d. ________________________________________________________________________ ____________ TV dinner still cooling? Check out "Tonight's Picks" on Yahoo! TV. http://tv.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://mbowman.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]