http://nagoya.apache.org/bugzilla/show_bug.cgi?id=322

*** shadow/322  Fri Mar  9 21:48:40 2001
--- shadow/322.tmp.13657        Fri Mar  9 21:48:41 2001
***************
*** 0 ****
--- 1,32 ----
+ +============================================================================+
+ | jsp:getProperty does not work on lUzzz field (lowercase-UPPERCASE) eg pNBR |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 322                         Product: Tomcat 3                |
+ |       Status: UNCONFIRMED                 Version: 3.2.1 Final             |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Jasper                  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                                      |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              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.
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-03-09 21:48 -------
+ Please provide a test case..

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to