You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/11 08:06:19 UTC

BugRat Report #738 has been filed.

Bug report #738 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/738>

REPORT #738 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 4.0 b1
   JVM Release: 1.3
   Operating System: NT
   OS Release: 4
   Platform: Windows

Synopsis: 
JSP tags names must be valid variable names

Description:
On Tomcat 4.0b1 it appears that tag names must be valid Java variable names.
So a tag cannot be named like:
  <mytags:set-counter>1</mytags:set-counter>

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);