Re: Form Handling Question Generic

2005-04-03 Thread Mark Lowe
gt; > > -Original Message- > From: Leon Rosenberg [mailto:[EMAIL PROTECTED] > Sent: Friday, April 01, 2005 2:31 PM > To: 'Struts Users Mailing List' > Subject: AW: Form Handling Question Generic > > Hi, > > If you really don't need to validate

RE: Form Handling Question Generic

2005-04-01 Thread Scott Purcell
ailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 2:31 PM To: 'Struts Users Mailing List' Subject: AW: Form Handling Question Generic Hi, If you really don't need to validate but just to store a list of objects in the db, i'd suggest to forget about action forms and work

AW: Form Handling Question Generic

2005-04-01 Thread Leon Rosenberg
presentation objects' created by the action, which would make it also very dynamical on the backend side, and storing maps is something each persistence layer implementation is able of. > -----Ursprüngliche Nachricht- > Von: Scott Purcell [mailto:[EMAIL PROTECTED] > Gesendet: Frei

AW: Form Handling Question Generic

2005-04-01 Thread Leon Rosenberg
presentation objects' created by the action, which would make it also very dynamical on the backend side, and storing maps is something each persistence layer implementation is able of. > -----Ursprüngliche Nachricht- > Von: Scott Purcell [mailto:[EMAIL PROTECTED] > Gesendet: Frei

Form Handling Question Generic

2005-04-01 Thread Scott Purcell
Hello, I have been building an appliction using the Struts framework for a couple of weeks and am starting to get a good feel for using it. So far I have been using ActionForms and am pleased with them. As I was going over the job specification yesterday, I noticed I am coming up on a large