I wonder if someone could give me an example of the multibox usage.
If I have something like this in my jsp:

<logic:iterate ... >
...
<html:multibox property="checkbox" value="<%=candidate.getCandidateId()%>"/>
...
</logic:iterate>

What do I need in the ActionFormBean for this jsp with respect to the checkbox 
property?
Thanks for any info.

Will

Reply via email to