problem with c:foreach tag
Hi all...........
<code>
<c:forEach items="${defaultform.dataList}" var="item" varStatus="count">
<tr>
<td align="center" class="center"><input type="checkbox" value="${item.serviceid}" name="dto(check${count.count})" /></td>
<tr>
</code>
this is my jsp page with c:foreach tag
by method is working and i am get the query executed i dont have any error are problem with the method iam get the data printed in my cmd but its not being displayed in my jsp page....
can any one tell whats the prob
and also i have 8 records in my DB all are displayed in cmd but not being displayed in jsp n only one check box is being displayed.
pls help mee its urgent
thanx in advance

