Hi, it seems there is no way to get the numbers of records without
issuing count sql . It is convenient to get the number as following.

<sql:query var="rsSelect" dataSource="${example}" sql="select
firstName, address from member where id = 'aiueo';" />
 <c:if test="${rsSelect.countNum == 0}" >
...

Why is there no function to get record number?

Regards,

---------------------------------------------------------------------
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