--- [EMAIL PROTECTED] wrote:
> I am loading a simple set of objects representing users in an action; they
> have names, passwords, etc., all loaded from a database.

Struts 2?

> Next, I use the iterator to create textfield tags instead of property
> tags, with the goal of allowing the viewer to edit all of the fields.
> 
> My problem is, how do I submit all of these fields? Understand that there
> is a varying number of fields, and possibly quite a lot of them, so just
> hardcoding matching setters/getters for N uniquely identified DOM tree
> elements seems a poor solution.

Use map- (and/or) index-based field names. Trivial with S2, don't actually
remember for S1.

> Sorry again if this is not the place to pose this question, but various
> forums have proved to be unresponsive.

Er, what other forums would you have tried?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to