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]