Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 75464 invoked from network); 3 Jun 2005 15:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jun 2005 15:26:25 -0000 Received: (qmail 48138 invoked by uid 500); 3 Jun 2005 15:26:05 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 48118 invoked by uid 500); 3 Jun 2005 15:26:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 48105 invoked by uid 99); 3 Jun 2005 15:26:04 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web41213.mail.yahoo.com (HELO web41213.mail.yahoo.com) (66.218.93.46) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 03 Jun 2005 08:26:02 -0700 Received: (qmail 85377 invoked by uid 60001); 3 Jun 2005 15:25:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YsqSIp/3vTv4WYgp38rr66w0LB8vHytmS9i3dU7flfmQfjEOgZP7/HuHpoZu1AlCx72/shg8bOnDrPmYcjlDsjMTEUsYqKlu/9EriBlhzyRNBr7pI+mPtaV3bh1lcaFQxbTqFUFrmzOzFN8Clodd9/5wJRzuT1rqm68tBkb0qjk= ; Message-ID: <20050603152529.85375.qmail@web41213.mail.yahoo.com> Received: from [216.183.19.201] by web41213.mail.yahoo.com via HTTP; Fri, 03 Jun 2005 08:25:28 PDT Date: Fri, 3 Jun 2005 08:25:28 -0700 (PDT) From: Woodchuck Subject: Tomcat 5.5.x EL (Expression Language) issue To: tomcat MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hihi all, i am upgrading a webapp from TC 4.1.24 to TC 5.5.9 and discovered what seems to be an EL related issue. my webapp uses: - JSTL 1.0 - web.xml with version 2.3 dtd (ie. EL turned OFF by default) - Struts 1.1 the piece of code with the issue is with the tag basically as follows: ... in TC 4.1.24 the above works fine, but in TC 5.5.9 i get the following error: javax.servlet.jsp.JspException: No getter method for property foo.bar of bean myObj i'm not sure but i believe what is happening is that the tag is looking literally for the method getFoo.bar() in myObj instead of doing myObj.getFoo().getBar() any ideas? please and thanks! woodchuck __________________________________ Discover Yahoo! Find restaurants, movies, travel and more fun for the weekend. Check it out! http://discover.yahoo.com/weekend.html --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org