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/18 00:09:48 UTC

DO NOT REPLY [Bug 26843] - Please don't check the timestamp format if it is null

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

Please don't check the timestamp format if it is null

rdonkin@apache.org changed:

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



------- Additional Comments From rdonkin@apache.org  2004-02-17 23:09 -------
hi james

you can gain finely grained control over conversions by either registering customer convertors with 
beanutils or by using a custom ObjectStringConverter. (there should be descriptions of these on the 
documentation on the jakarta commons website - if there aren't please let me know and i'll do my best 
to add some.)

however, i agree with you that most users would expect no conversions to be performed on nulls and 
empty strings and so i've committed a change that alters the default behaviour to what you expected. 
(in sort, if you upgrade to the latest nightly or CVS HEAD.)

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org