You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by William Jaynes <ja...@umich.edu> on 2001/02/09 20:56:06 UTC

multibox

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