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

[796 byte] By [sravathi_raavia] at [2007-11-27 9:06:11]
# 1
I think one thread is sufficient. http://forum.java.sun.com/thread.jspa?threadID=5189570
CeciNEstPasUnProgrammeura at 2007-7-12 21:41:20 > top of Java-index,Java Essentials,Java Programming...