Re:DBtags works on Tomcat9?
Kazuaki Miyauchi <[email protected]> Sat, 13 Jul 2019 10:31:33 +0900
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <CAFLYOCH0C6jo_3aGCjHgNFLC7_6UxYUy32tKDrooozOV39YG5w@mail.gmail.com> |
> 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.