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=23558>.
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=23558

Problem with BeanUtils.setProperty when the name of property of Bean have on second 
caracter a uppercase

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From [EMAIL PROTECTED]  2004-02-15 03:33 -------
BeanUtils simply uses the standard introspection functionality of the underlying
JDK.  It does not make it's own determination of what is a property or not, nor
can it influence the behavior of the underlying Introspector class.

The workaround is for your class to follow the property name design patterns
described in the JavaBeans Specification if you want BeanUtils, or any other
software that deals with JavaBeans properties, to find them.

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

Reply via email to