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]