You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/10 11:20:20 UTC

DO NOT REPLY [Bug 4174] - PropertyUtils.setSimpleProperty throws exception on dissimilar types

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

PropertyUtils.setSimpleProperty throws exception on dissimilar types

husted@apache.org changed:

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



------- Additional Comments From husted@apache.org  2001-11-10 02:20 -------
If I understand the use case, it converts native types (like Integer) but not 
imported types (like Manager). Throwing an exception on this type of mismatch is 
an interesting idea, but sounds like an enhancement, since the current code is 
working as originally intended. I agree that this behavior can be problematic, 
especially since Timestamp and Date are "imported" types, but the proper place 
to discuss enhancements to PropertyUtils is Jakarta Commons, where the code is 
now maintained. -Ted.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>