Nevermind... I found this, and used a little bit of hackery. I would like to know if there is a better way.
http://www.bartbusschots.ie/blog/?p=262 Thanks, James On 7/30/07, James Carr <[EMAIL PROTECTED]> wrote: > Hey all, > > In php, I used to have complex forms in some of my applications > associated to something, like this: > > <input type="text" name="employees[james][address]"/> > > Which, when posted, mapped to: > $_POST['employees']['james']['address'] > > essentially, I'd have an employees hashMap with all of the employee > names submitted, which contained information about that employee... > kind of an ad hoc object graph. > > How can I do something similar in struts? > > Thanks, > James > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]