Re: How copy the values of my DynaForm to my Bean

2004-09-28 Thread Colin Kilburn
Gabriel, I'm not sure how Beanutils handles java.util.Date, but I have had this problem when trying to convert to java.sql.Date when the source value (in my form) was null. Now I call a method like this before a call to copyProperties(): public static void overrideConverters() { //

How copy the values of my DynaForm to my Bean

2004-09-28 Thread Gabriel França Campolina
Hi folks, I'd like know how copy fields that not String, of my DynaForm to my bean, I'm use the commos beanutils, but when this read one field the type java.util.Date one exception is created...How i do? Thanks, -- Gabriel França Campolina Tel: 9202-8320 ---