I need to repeat this:
<logic:present name="_list">
<logic:iterate id="_list" name="_lista" indexId="i">
<tr class="text">
<td><bean:write name="_list" property="article"/></td>
<td><bean:write name="_list" property="user.user"/></td>
<td><bean:write name="_list" property="title"/></td>
<td align="center"><img src="../img/vi.gif" alt='Observation: <bean:write name="_list" property="observation"/>'></td>
<td><html:checkbox property="chkNotify" /></td>
</tr>
</logic:iterate>
</logic:present>
In the last line ( <td><html:checkbox property="chkNotify" /></td>) I have the problem, I need to index this property, but I dont know who gives me this index, how can I write it,etc
Regards
Alan