Re: Struts actionForm design

2005-11-28 Thread Frank W. Zammetti
Hi Penelope, I think the answer you'll get the most is to use a single session-scoped bean for all the pages in your "flow". I'm not sure it's the "canonical" answer, but it's pretty close I'd say :) What you describe is a typical wizard interface, and while there are other ways, the easies

Struts actionForm design

2005-11-28 Thread Sun Shine
Hi All, Sorry if a similar question has been posted already but here goes... What do you think is the best way to accomplish the following: You have several pages in a flow. On your first page, you allow a user to make a selection. On subsequent pages, you want to display what the user has select