Help with lt;form:checkbox and list of complex objects
plexValues}quot; gt;lt;form:checkbox path=quot;selectedquot; /gt;lt;form:input path=quot;namequot; /gt; lt;/c:forEachgt;
lt;/form:formgt;
Is this possible?
SOLVED: I don't know if this is basic knowledge for everyone out there but me but I got a pointer to use varStatus=quot;varStatusquot; in the foreach and then in the tags use [${varStatus.index}] |