<table border="0" cellspacing="1" cellpadding="0" width="100%" class="boxtbl">
<th rowspan="2" class="fntnrml" colspan="5">Trip ID</th>
<bean:write name="loan" property="tripID1" />
<td><html:checkbox property="ZAXY" /></td>
<td><bean:write name="loan" property="Profile11" /></td>
<td><bean:write name="loan" property="StartDt11" /></td>
</table>
How to iterate the above table? I read that only collections can be iterated. But I am also using "checkbox" inside the <td>
. How to do?