Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 56557 invoked from network); 5 Jun 2003 09:59:38 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Jun 2003 09:59:37 -0000 Received: (qmail 7887 invoked by uid 97); 5 Jun 2003 10:02:04 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 7880 invoked from network); 5 Jun 2003 10:02:04 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Jun 2003 10:02:04 -0000 Received: (qmail 55139 invoked by uid 500); 5 Jun 2003 09:59:18 -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 55126 invoked from network); 5 Jun 2003 09:59:17 -0000 Received: from post.omnieng.co.uk (193.82.59.20) by daedalus.apache.org with SMTP; 5 Jun 2003 09:59:17 -0000 Received: from gate.omnieng.co.uk ([193.82.59.1]) by post.omnieng.co.uk with esmtp (Exim 4.14) id 19NrWt-0006uF-Bn for tomcat-user@jakarta.apache.org; Thu, 05 Jun 2003 10:59:31 +0100 Received: from oel118.omnieng.co.uk ([192.168.30.118] helo=oel118) by gate.omnieng.co.uk with smtp (Exim 4.12) id 19NrWt-0007W5-00 for tomcat-user@jakarta.apache.org; Thu, 05 Jun 2003 10:59:31 +0100 Message-ID: <002d01c32b49$289c8860$761ea8c0@oel118> Reply-To: "Graham Reeds" From: "Graham Reeds" To: "Tomcat Users List" References: Date: Thu, 5 Jun 2003 10:55:08 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 x-mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19NrWt-0007W5-00*IxL.f0RQkWk* X-SA-Exim-Rcpt-To: tomcat-user@jakarta.apache.org Subject: Tomcat bug? WinXp, IE6, Tomcat 4.1.24, JSPTags Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-6.6 required=5.0 tests=REFERENCES version=2.51 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.51 (1.174.2.5-2003-03-20-exp) X-SA-Exim-Scanned: Yes X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I dunno if this is the correct mailing since I have only just joined, but... I am using Tomcat 4.1.24, the JDK 1.3.1.08. Unfortunately I can't change the version numbers since our client is using this version. I am new to Java and currently feeling my way round JSP Tags and the found what I believe is a bug. I have a very simple tag called name in my tld xml file. Ergo the getter and setter code is: getName() and setName(); Change the tag name to pageTitle you'd expect the getter and setter to be getPageTitle() and setPageTitle(). This compiles fine but running it in my browser (IE6) causes an 'org.apache.jasper.JasperException' to fire. Change the getter and setter to getpageTitle(), etc. and it works fine. I would of assumed that it changed 'name' to a capital it would automatically change the first letter of 'pageTitle' to capitals. Is this standard behaviour? -- Graham Reeds, grahamr@omnieng.co.uk | http://omnieng.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org