You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/14 22:33:53 UTC

BugRat Report #384 has been filed.

Bug report #384 has just been filed.

You can view the report at the following URL:

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

REPORT #384 Details.

Project: Struts
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: cvs head
   JVM Release: jdk1.2.2
   Operating System: win32
   OS Release: win2k
   Platform: intel x86

Synopsis: 
misspelled method names

Description:
misspelled method names cause the form tag library to throw exceptions on page load.

public void setOnkeup(String onKeyUp) {
            ^^^^^^^^^
should be ...void setOnkeyup(String...

and

public String getOnChange() {
              ^^^^^^^^^^^^^
should be ...void getOnchange()...