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_2, etc.. Depending on whether a checkbox is checked or not this form element is acted upon.
I am looking for a more graceful strategy than creating an ActionForm with an arbitrary amount of getAccount_<x>/setAccount_<x> methods to retrieve and act on user submitted data. Any ideas? Regards, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]