> It must be my JSP file problem.

<c:forEach var="rec" items="${rs}">

This should be changed as following.

 <c:forEach var="rec" items="${rs.rows}">

Very Sorry.                      Kazuaki Miyauchi

P.S.
<%@ taglib prefix="sql" uri="http://jakarta.apache.org/taglibs/dbtags"; %>
problem remains.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscr...@tomcat.apache.org
For additional commands, e-mail: taglibs-user-h...@tomcat.apache.org

Reply via email to