Please I have and Array of html:checkbox, but that array it of Long[] and I
don't kwon how to say checked = true
<c:forEach items="${listadoTiposDonante}" var="tipoDon">
<table>
<tr>
<td><html:checkbox property="tipoDonante" value="${tipoDon.id}"/></td>
<td class="textoEtiquetasIzquierda"><c:out value="${tipoDon.etiqueta
}"/></td>
</tr>
</table>
</c:forEach>
every element "tipoDon" of my list "listadoTiposDonante" has a boolean and I
dont kwon how too work with that
please if any boby could help me i will presure, thanks