Hi,

I used this code to register date conversion.

String pattern = "dd/MM/yy";
locale = Locale.getDefault();
DateLocaleConverter converter = new
DateLocaleConverter("",locale, pattern);
converter.setLenient(true);
ConvertUtils.register(converter,
java.util.Date.class);

But still beanutils gives this error
" org.apache.commons.beanutils.ConversionException: No
value specified"

when it tries to convert a date which has null as
value.

So how should I handle this.

Thanking You,
Chamal.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to