JSP: How to get the Recordcount of <sql:query ?



Hi,
In my JSP-Page I have this Code:

<sql:query dataSource="${foo}" var="bar">
select ID from table
</sql:query>

How can I get the recordcount of this query?
Udo


.



Relevant Pages