Hi,
I am facing the following:
I have a list list1 of items I would like to iterate with a forEach loop.
This list item contains a property item.prob1 which I want to access within a form select- or checkbox for update reasons.Code:<c:forEach items="${list1}" var="item">
Therefore my question is, how can I connect the form commandObject or modelAttribute to the context of an interation?
The problem is, usually I specify the <form:form /> on the item and this item must refer on the shipped item between jsp and controller ...
Big thx in advice!


Reply With Quote
