DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19307>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19307
beanutils cann't find one letter or start with one letter attribute
Summary: beanutils cann't find one letter or start with one
letter attribute
Product: Commons
Version: 1.5 Final
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Critical
Priority: Other
Component: Bean Utilities
AssignedTo: commons-dev@jakarta.apache.org
ReportedBy: redsun_000@sina.com
when my class attribute is one letter,it cann't find the get method.
eg:
class A {
private String a;
public String getA() {
return this.a;
}
}
when i use
PropertyUtils.getProperty(new A(), "a");
it throws NoSuchMethodException
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|