I've seen some messages on this subject, but I haven't found a solution.
I'm not sure what I'm trying to do is even possible
What I'm trying to is within logic:iterate tag add a html:text tag or a
html:select tag. The value typed into the html:text or selected from
the html:select will need to be set on an object in a collection on the
ActionForm.
If I was going to do this without struts I would come up with some kind
of naming scheme for the name of each of the input/select field them on
the backend I would parse the name and locate the object in the
collection and then set the value.
Has anyone done anything like this with struts? I saw some discussion
about indexed-properties, but I don't think that would solve my problem.