> -----Original Message----- > From: Marco Tedone [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 07, 2004 10:01 AM > To: Struts Users Mailing List > Subject: Re: A couple of questions > > > ----- Original Message ----- > From: "Matthew Van Horn" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, September 07, 2004 3:22 PM > Subject: Re: A couple of questions > > > > Not necessarily - you can use one ActionForm to collect data from > > several HTML forms, for use in a wizard-like situation. > > We build commercial applications and we try to avoid 'wizard' > scenarios.
Interesting, I also build commercial apps, and try to use wizards whenever possible to keep things simple for my users.... > > >Also you have > > DynaForms, which don't need a class at all - they're just > defined in the > > struts-config.xml. > > Yeah, those sometimes may end-up usefull, but still have to > declare them in > the struts-config.xml file. And therefore a whole hell of a lot easier to modify and change as requirements change. Which is somehting else that is very nice about action forms... they are incredibly easier to maintain then doing it by hand... add a new field... add it to the jsp page, to the Action Form, the model and you're done if you have no business rules that go with it. Validation? just add the rules to the validation.xml file. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]