There would not be anything particular wrong, all things being equal, to having all three of these on one page. This is fairly simple and you don't need the strutsdialogs, which is not connected to Struts, "Rube Goldberg" setup. If you are not aware of the use of tags for logic, take a look at that.
On 10/20/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > The best way would be to have one location. Number of JSPs is irrelevant. > http://struts.sourceforge.net/strutsdialogs/wizardaction.html > > Michael. > > -- > Struts Dialogs > http://struts.sourceforge.net/strutsdialogs > > On 10/9/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > > Actually, it's your choice. If you wish you can serve all three pages > > from a single JSP. Probably it would be nearest to best practices to > > make 2 and 3 one jsp. I think the "best" way, would be to have Page2 > > und Page 3 as separate JSPs, but using a common tile for data > > presentation. > > > > Regards > > Leon > > > > On 10/9/05, Deep Chand <[EMAIL PROTECTED]> wrote: > > > I'm new to Struts. I've a form asking for customer data with fields > > > like name, address etc. What I want is this kind of flow/design: > > > > > > Page1) Customer enters their info. Submit button will take them to Page2. > > > Page2) They are asked to verify the same info again with read only > > > fields. Two buttons will be there, Confirm/Submit and Change. Change > > > will take them to Page1 and Confirm/Submit will take them to Page3. > > > Page3) The info is displayed to them again after entering it into the DB. > > > > > > So, my question is do I need three JSP pages for this kind of design > > > or is their any other way to just do it with two JSP pages. One for > > > entering data and other for Page2 and Page3. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]