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 2000/11/07 13:28:50 UTC

BugRat Report #352 has been filed.

Bug report #352 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/352>

REPORT #352 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.2
   Operating System: Solaris
   OS Release: 7
   Platform: Sun

Synopsis: 
Incorrect naming of bean properties

Description:
Was trying to use examples 9.4 and 9.5 in "Core JSP". Error message reported that bean properties could not be found.

Bean contained method getResultTable but this was not referenced by <jsp:getProperty name="example" property="ResultTable">. Worked when property="resultTable". 

Curiously given a method setURL property must be "URL" and not "uRL"