Matt Bathje wrote:

I really think the inconsistent usage of item/items is your problem here. Try changing the c:forEach var="item" to be var="items" and then change your html:text name="item" to have name="items".

The name for the html:text needs to generate the form-property from your form bean definition for this to work correctly.

I just realized this sentence makes no sense...so...The name for the html:text needs to match what is in the form-property from your form bean definition for this to work correctly.



Matt




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



Reply via email to