I am developing a wizard type flow with 3 pages in the wizard...
We'll call them page 1, page 2, and page 3... I need users to be able to navigate between pages with a next/previous button, without losing any data that was entered in any of the pages. The last submit from page 3 will store everything to the database. What is the best way to model this in struts.xml...ie: how many action mappings is recommended. Do I have one action mapping for the view, and one for each submit??? I would like to keep away from the session if possible. Any suggestions would be appreciated. Thanks, Charbel