Why can't you just change your JSP? In other words, why does the markup you would like to use not work for you? It looks fine to me.

L.

Vijay K Anand wrote:

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>&nbsp; <bean:write property="strCoreID" name="user"/> </td> <td>&nbsp; <bean:write property="strName" name="user"/> </td> <td>&nbsp; <bean:write property="strDepartment" name="user"/> </td> <td>&nbsp; <bean:write property="strSupervisorName" name="user"/> </td>
      </tr>
</logic:iterate>
</logic:present>


--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/~laurie/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to