Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 87139 invoked from network); 20 Oct 2010 21:58:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 21:58:20 -0000 Received: (qmail 95077 invoked by uid 500); 20 Oct 2010 21:58:20 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94855 invoked by uid 500); 20 Oct 2010 21:58:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 94846 invoked by uid 99); 20 Oct 2010 21:58:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 21:58:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 21:58:19 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9KLvxlU004402 for ; Wed, 20 Oct 2010 21:57:59 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o9KLvwHs004401; Wed, 20 Oct 2010 17:57:58 -0400 (EDT) Date: Wed, 20 Oct 2010 17:57:58 -0400 (EDT) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 50126] New: EL for JSF 1.2 doesn't work on JSP-Tag-Files (*.tag) X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Servlet & JSP API X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lofwyr@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=50126 Summary: EL for JSF 1.2 doesn't work on JSP-Tag-Files (*.tag) Product: Tomcat 6 Version: 6.0.26 Platform: Macintosh Status: NEW Severity: normal Priority: P2 Component: Servlet & JSP API AssignedTo: dev@tomcat.apache.org ReportedBy: lofwyr@apache.org Created an attachment (id=26189) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26189) Maven 2 example project. When have a Tag File like WEB-INF/tags/layout/page.tag with an EL expression inside like The expression will not be evaluated. In JSP files it works. Bug exists in version 6.0.26, 6.0.28, 6.0.29: output: 1 + 1 = #{ 1 + 1 } In version 6.0.24 there is no problem: output: 1 + 1 = 2 I've attached a zipped Maven 2 project. A call of "mvn package" will build a war file. The problem also exists with MyFaces and Mojarra (use -P mojarra for maven) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org