Hi All
I have a problem in logic iterate .. I would like to dispaly checkbox
in each row of the iteration like
<td> <html:checkbox property="dd"></html:checkbox> </td>
instead of
<td><input type='checkbox' name='dd'></td>
Any help brothers??
Here goes the code ....
<logic:present name="users" scope="request">
<logic:iterate id="user" name="users" scope="request">
<tr>
<td><input type='checkbox' name='dd'></td>
<td> <bean:write property="strCoreID" name="user"/> </td>
<td> <bean:write property="strName" name="user"/> </td>
<td> <bean:write property="strDepartment"
name="user"/> </td>
<td> <bean:write property="strSupervisorName"
name="user"/> </td>
</tr>
</logic:iterate>
</logic:present>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]