You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2004/02/15 04:33:49 UTC

DO NOT REPLY [Bug 23558] - Problem with BeanUtils.setProperty when the name of property of Bean have on second caracter a uppercase

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

craig.mcclanahan@sun.com changed:

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



------- Additional Comments From craig.mcclanahan@sun.com  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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org