Hi,

I have an ActionForm with the usual ints and Strings, and a Collection containing my 
own beans. After a lot of fiddling (and the latest nightly), I've now managed to 
display the contents of the Collection in my form as textfields, using:
<nested:iterate property="collectionname">
<nested:write property="bean-title"/><nested:text property="bean-value"/>
</nested:iterate>

After submitting the form, I can easily get the single-value fields from the form ... 
but the collection is now empty. 
How do I go about making the form update the collection after a submit (without 
parsing the request-object myself) ?

Kenneth Aa.
 

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

Reply via email to