Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 36018 invoked from network); 7 Feb 2001 01:28:56 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (216.15.97.206) by h31.sny.collab.net with SMTP; 7 Feb 2001 01:28:56 -0000 Received: from nagoya-a.betaversion.org ([204.160.241.225]) by betaversion.org (8.9.3+Sun/8.9.3) with ESMTP id RAA05042; Tue, 6 Feb 2001 17:32:31 -0800 (PST) Received: (from nobody@localhost) by nagoya-a.betaversion.org (8.9.3+Sun/8.9.3) id RAA24148; Tue, 6 Feb 2001 17:17:49 -0800 (PST) Date: Tue, 6 Feb 2001 17:17:49 -0800 (PST) Message-Id: <200102070117.RAA24148@nagoya-a.betaversion.org> From: bugzilla@apache.org To: Justyna.Horwat@eng.sun.com Cc: tomcat-dev@jakarta.apache.org Subject: [Bug 428] New - JSP tags names must be valid variable names BugRat Report#738 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N http://nagoya.apache.org/bugzilla/show_bug.cgi?id=428 *** shadow/428 Tue Feb 6 17:17:49 2001 --- shadow/428.tmp.24145 Tue Feb 6 17:17:49 2001 *************** *** 0 **** --- 1,26 ---- + +============================================================================+ + | JSP tags names must be valid variable names BugRat Report#738 | + +----------------------------------------------------------------------------+ + | Bug #: 428 Product: Tomcat 4 | + | Status: UNCONFIRMED Version: 4.0 Beta 1 | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: High Component: Jasper | + +----------------------------------------------------------------------------+ + | Assigned To: Justyna.Horwat@eng.sun.com | + | Reported By: anonymous-bug@cortexity.com | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + On Tomcat 4.0b1 it appears that tag names must be valid Java variable names. + So a tag cannot be named like: + 1 + + Exception reported: + org.apache.jasper.JasperException: Unable to compile class for JSP..\work\localhost\lh-app\_0002fToc_0002ejspToc_jsp_0.java:126: + Invalid expression statement. + _jspx_th_get-folder-attribute_0.setPageContext(pageContext); + +