Harish, How about Struts Flow? I haven't used it but I have seen a post or two about it so I thought you might want to know about it. http://struts.apache.org/struts-flow/index.html
Regards, David -----Original Message----- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 12:23 PM To: Struts Users Mailing List Subject: Re: multi-step user registration ? On 1/17/06, Harish Pathak <[EMAIL PROTECTED]> wrote: > Hi all, > > How can I handle multiple forms or multi-step user registration (multi step > form) with Struts ? > I want to create 4 forms and it should show the data of all the forms when > user click on the Submit button on the last form . > > Please give me the idea...........how to do that? > Please send me the code if anyone has one > > Thanks in advance........ > > Harish Pathak Something like this (live demo): http://www.superinterface.com/strutsdialog/wizardaction.do See the Wizard Action page: http://struts.sourceforge.net/strutsdialogs/wizardaction.html The project page: http://struts.sourceforge.net/strutsdialogs/ It is a little convoluted, but bulletproof. Your action form must retain state between requests, that is, must have "session" scope. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]