Sorry for being lazy here and not checking into this myself, but can anyone confirm if the latest behavior of the beanutils converters is to still convert empty or null Strings to 0 (vs null) for the wrapper number types (Integer, Double, etc)?

Also, going the other direction - from say Integer to type String - will it take null Integers and make them Strings of "0" ?

I'm about to create my custom converter to handle these scenarios (since I want nulls for my String not 0 for the wrapper classes) but don't want to bother with creating these custom converters if there is a better way to handle the situation.

Thanks,

--
Rick

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



Reply via email to