Its back -> RE: Problem with Populate the way I want to use it...

2002-07-01 Thread wbchmura
SQLException("RequestUtils.getArrayList: " + e.toString()); } } return (list); } -Original Message- From: Laird.Nelson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 3:16 PM To: struts-user Subject: RE: Problem with Populate the way I want to

RE: Problem with Populate the way I want to use it...

2002-06-26 Thread Nelson, Laird
> -Original Message- > From: [EMAIL PROTECTED] > If I remove the cast then it blows up with an argument mismatch > somewhere in the bowels of the beanutils... > > Class factory = target.getClass(); > Object bean = factory.newInstance(); > BeanUtils.populate(bean,map); > l