Thread: checkbox
View Single Post
  #1 (permalink)  
Old 05-14-2007, 03:37 PM
Alan Alan is offline
Member
 
Join Date: May 2007
Posts: 39
Alan is on a distinguished road
checkbox
I need to repeat this:

Code:
<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

Last edited by Alan : 06-01-2007 at 02:51 AM.
Reply With Quote
Sponsored Links