On 11/16/05, Asad Habib <[EMAIL PROTECTED]> wrote: > Hello. I am new to Struts and would like some advice. Is it better to use > one form bean to capture data from several forms that are being submitted > in succession or to use one form bean per form (i.e. multiple form beans)? > What are the advantages or disadvantages of either approach? Also, I would > appreciate if you would forward me to documents on the web, book chapters, > etc., that discuss this in detail. Thank you.
I prefer using one formbean. And one action too. Is this looks similar to what you want to achieve: http://www.superinterface.com/wizard/signupWizard.do You can read about my approach here: http://struts.sourceforge.net/strutsdialogs/wizardaction.html Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]