Re: How to add two integer using tag libs?

2003-08-09 Thread [EMAIL PROTECTED]
Works now :) Thank you very much Matt, Lukasz - Original Message - From: Sgarlata Matt [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Friday, August 08, 2003 11:51 PM Subject: Re: How to add two integer using tag libs? Try c:set var=all_active scope=page

Re: DBTags Taglib

2003-08-09 Thread Morgan Delagrange
If you are using a recent implementation of the Servlet specification, you should use Apache's implementation of the JSTL, not DBTags. DBTags has been inactive since development on JSTL began, and it should be considered deprecated for Servlet 2.3 or 2.4 containers. - Morgan Delagrange ---

How to add two integer using tag libs?

2003-08-09 Thread [EMAIL PROTECTED]
Hi, I am trying to add two integer values obtained from the database, here is what I am doing: sql:transaction dataSource=${jazda} sql:query var=seeks SELECT COUNT(*) AS SEEKS FROM REQUEST_SEEK WHERE RS_FK_RS_ID = 'SMS_AUTH' || RS_FK_RS_ID = 'WWW_AUTH' /sql:query sql:query var=offers