RE: Multiple form elements

2004-12-15 Thread McDonnell, Colm (MLIM)
Sounds like a job for a map backed action form, see the Struts FAQ for a description of this approach: http://struts.apache.org/userGuide/building_controller.html#map_action_f orm_classes -Original Message- From: Turley, Michael [mailto:[EMAIL PROTECTED] Sent: 15 December 2004 17:25 To:

Re: Multiple form elements

2004-12-15 Thread Wendy Smoak
From: "Turley, Michael" <[EMAIL PROTECTED]> > I am looking for a more graceful strategy than creating an > ActionForm with an arbitrary amount of getAccount_/setAccount_ methods > to retrieve and act on user submitted data. Any ideas? I have a page that displays all the accounts that a user is all

RE: Multiple form elements

2004-12-15 Thread Jim Barrows
> -Original Message- > From: Turley, Michael [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 15, 2004 10:25 AM > To: 'Struts Users Mailing List' > Subject: Multiple form elements > > > Hi, > > I have an JSP/Beans application which I am migrating to > Struts and > have come