Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 24698 invoked from network); 16 Aug 2004 19:45:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Aug 2004 19:45:15 -0000 Received: (qmail 30983 invoked by uid 500); 16 Aug 2004 19:44:45 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 30942 invoked by uid 500); 16 Aug 2004 19:44:45 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 30929 invoked by uid 99); 16 Aug 2004 19:44:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.93.180.118] (HELO Raptor.spraguetech.com) (66.93.180.118) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 16 Aug 2004 12:44:42 -0700 Received: from newhotness (unknown [192.168.11.2]) by Raptor.spraguetech.com (Postfix) with ESMTP id 99D2CC800B for ; Mon, 16 Aug 2004 13:00:34 -0700 (PDT) Reply-To: From: "Todd Sprague" To: "'Tomcat Users List'" Subject: No replies on tomcat-user, trying you directly Date: Mon, 16 Aug 2004 12:44:40 -0700 Organization: PCAvionics Message-ID: <00fc01c483c9$7868dd60$020ba8c0@newhotness> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-reply-to: <9C5166762F311146951505C6790A9CF80229BEB2@US-VS1.corp.mpi.com> Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello Yoav, I'm sorry to bother you directly, but I have had no responses to my = posting on tomcat-user, and hope you might help me out. I've outlined the = problem below... please let me know if you need more information. -----Original Message----- Sent: Wednesday, August 04, 2004 5:58 PM I'm using the old JDBC tags from the Advanced JSP book, under Tomcat 4.1.29/Apache 2.0.48 on Linux 9. =20 The expression tags are not being evaluated inside my query tag, = although the same stuff works under Tomcat 3.2.3. For example, the following JSP snippet will work: SELECT ID,Name From User WHERE Zip=3D96332 But the following won't: SELECT ID,Name From User WHERE Zip=3D<%=3D strZip %> The <%=3D strZip %> shows up in the body text that my custom tag ends up passing to the database. How can I tell Tomcat that the expressions in = this text must be evaluated? My TLD for the query tag is as follows: query tags.jdbc.QueryTag JSP id true true scope false true update false true Thanks for any help you can lend! Todd --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org