Bug report #585 has just been filed.

You can view the report at the following URL:

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

REPORT #585 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2
   JVM Release: 1.2.2
   Operating System: NT
   OS Release: 4.0
   Platform: NT

Synopsis: 
jsp:getProperty does not work on lUzzz field (lowercase-UPPERCASE) eg pNBR

Description:
Problem
In Tomcat 3.2.1
<jsp:getPropety bean="bean" property=lUxxx /> on a field with first letter lowercase 
and second letter Uppercase generate error when trying to compile the JSP generated 
JAVA code.
What even is more strange is that if I comment the line, still it does not compile.
If I remove the line then it copile (ouf!)

Solution
Use <%= bean.getLUxxx() %> instead.

Remark
I should have looked in the code myself.  Blame on me.

Vincent.
Title: BugRat Report # 585

BugRat Report # 585

Project: Tomcat Release: 3.2
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Vincent Harcq ( [EMAIL PROTECTED] )
Date Submitted: Dec 13 2000, 04:46:06 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
jsp:getProperty does not work on lUzzz field (lowercase-UPPERCASE) eg pNBR
Environment: (jvm, os, osrel, platform)
1.2.2, NT, 4.0, NT

Additional Environment Description:

Report Description:
Problem In Tomcat 3.2.1 on a field with first letter lowercase and second letter Uppercase generate error when trying to compile the JSP generated JAVA code. What even is more strange is that if I comment the line, still it does not compile. If I remove the line then it copile (ouf!) Solution Use <%= bean.getLUxxx() %> instead. Remark I should have looked in the code myself. Blame on me. Vincent.

View this report online...

Reply via email to