Re: BeanUtils.copyProperties() issue

2003-09-11 Thread Gregory Seidman
On Thu, Sep 11, 2003 at 09:04:11AM -0700, Mick Knutson wrote: } I have a Value Object that contains a starting java.util.Date and ending } java.util.Date. } I am using java.lang.String objects in my DynaForm and my JSP. } I currently add the dates to the DynaForm manually, and then perform a } copy

BeanUtils.copyProperties() issue

2003-09-11 Thread Mick Knutson
I have a Value Object that contains a starting java.util.Date and ending java.util.Date. I am using java.lang.String objects in my DynaForm and my JSP. I currently add the dates to the DynaForm manually, and then perform a copyProperties(). But the copyProperties fails with a type mismatch. So, wh