RE: problem in Beanutils.copyProperties()

2005-09-26 Thread Duane Rosengartner
e bad date to the DB table, but clears the value first) This second option litters the code with exception handling, which I would only do as a last resort. Duane -Original Message- From: rahul [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 10:03 AM To: Jakarta-Struts-List

problem in Beanutils.copyProperties()

2005-09-26 Thread rahul
Hi all, I am having a problem in using copyProperties() of org.apache.commons.beanutils.BeanUtils class I am doing it in this way BeanUtils.copyProperties(destBean,srcBean) where destBean and srcBean both have a property by name date, which is of type java.sql.Timestamp() If date property of