Hello
I am having a difficult time designing and implementing an interaction of
displaying and accepting user input of multiple records at once. I can create
a collection of records, but records are complex, composed of other objects
that are themselves composed of text strings that I want rendered as either
simple html input boxes, checkboxes or radio. I have a sense that I need to
use the iterate to get iterate over the total collection, but how do I record
by record render the html input elements. Furthermore what do these look like
to the action that will receive the post? A simpler version of this is being
done on shopping carts a checkbox on each line, but that may be hard coded. Is
the way I need it even possible with struts 1.1?