HI
i have a problem, i have following code in a JSP page
<logic:iterate id="report" name="formatos" indexId="index"> <tr> <td><bean:write name="index"/></td> <td><bean:write name="report" property="codigoFormato"/></td> <td><bean:write name="report" property="descripcion"/></td> <td><bean:write name="report" property="paginaWeb"/></td>
<td><html:checkbox name="report" property="eliminar" value=xxxxx /></td>
</tr> </logic:iterate>
can i put in "VALUE = xxxxx" property of CHECKBOX the value of field "codigoFormato"?
I hope that they have understood me
thanks in advance
_________________________________________________________________ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]