RE: Multiple form elements

2004-12-15 Thread McDonnell, Colm (MLIM)
: 'Struts Users Mailing List' Subject: Multiple form elements Hi, I have an JSP/Beans application which I am migrating to Struts and have come across an interesting problem. My application generates a list of form elements to a JSP (which correspond to an ArrayList of obje

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 whic

Multiple form elements

2004-12-15 Thread Turley, Michael
Hi, I have an JSP/Beans application which I am migrating to Struts and have come across an interesting problem. My application generates a list of form elements to a JSP (which correspond to an ArrayList of objects) of an arbitrary size (fed from a datastore) of the form account_1, account