When I use checkboxes I do it this way:
<c:forEach items="${actionBean.jobList}" var="job" varStatus="i">
<tr>
<td><stripes:checkbox name="jobList[${i.index}].selected"/>
</td>
<td>${job.name}</td>
</tr>
</c:forEach>
In java I have a List<Job> jobList and a Job object has a boolean selected
and String name.
I don't know whether this is the right way to do it, but it works ;-)
Maybe this
will help you too.
Kind regards,
Jeroen van Wilgenburg
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users