We are seeing some strange behavior from dbtags since we switched to
Tomcat 4.1.12. I'm pretty sure it's related to the new tag pooling
feature of Tomcat. I am wondering if anyone else is having problems.
If we have two statements on the same page, where the first one
returns rows, but the second does not, the second statement tag prints
out the actual text of it's query instead of nothing.
For example:
<sql:statement id="stmt2" conn="conn">
<sql:query>select * from foo/*a query that returns rows*/</sql:query>
<sql:resultSet id="rset2">
</sql:resultSet>
</sql:statement>
<sql:statement id="stmt3" conn="conn">
<sql:query>select * from bar /*a query that returns NO
rows*/</sql:query>
<sql:resultSet id="rset3">
</sql:resultSet>
</sql:statement>
Would actually send back to the browser
"select * from bar /*a query that returns NO rows*/"
Thanks
Xos� Ram�n Sousa V�zquez
Optare Solutions S.L.
[EMAIL PROTECTED]
Tlfno: 986 410 091
--
To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>