Question on BeanUtils.Copy Properties
693229May 13 2009 — edited May 14 2009Hi ,
I am working on ADF11g and I have a Question on using BeanUtils.copyproperties.
I am using this to copy a Database record to the DTO. I have a attribute Date Type in Database.
Whenever I get a null value for the date and try to copy to DTO, it throws me some conversion error as follows.
org.apache.common.beanutils.ConversionException: No value specified for 'Date'
org.apache.common.beanutils.converters.AbstractConverter.handlemissing
Is there a way to copy a date with null value to my DTO?
Pls help me.
Thanks,
Melissa
Edited by: user10942366 on May 13, 2009 11:36 AM