Title: DBTags using resultSet tag with RowSets

I'm using the brand new RowSet capability of the resultSet tag.  According to the docs here:
http://jakarta.apache.org/taglibs/doc/dbtags-doc/index.html#overview.tags.resultset
"...Note that when you read a ResultSet/RowSet from an attribute, the resultSet tag does not need to be inside of a statement tag."

So my question is if the resultSet tag is not inside of a statement tag, is there _any_ way I can use these three handy tags?

wasEmpty
wasNotEmpty
rowCount

I'd love to use them, but of course they error out because they are not contained in a statement tag.


Reply via email to