Bean Utils Problems transferring Indexed Properties.....String []--Integer []

2002-07-10 Thread Rajesh Kalluri
Hi I am trying to commons-beanutils to transfer data from a String [] in a form-bean to a data bean with a Integer[]. My String[] has three elements when it comes from the ActionForm. BeanUtils.populate(bean,map); copys only the first element of the String[] into the integer array. I

Re: Bean Utils Problems transferring Indexed Properties.....String []--Integer []

2002-07-10 Thread Craig R. McClanahan
On Wed, 10 Jul 2002, Rajesh Kalluri wrote: Date: Wed, 10 Jul 2002 14:31:10 -0400 From: Rajesh Kalluri [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Bean Utils Problems transferring Indexed Properties

RE: Bean Utils Problems transferring Indexed Properties.....String []--Integer []

2002-07-10 Thread Rajesh Kalluri
] Subject: Bean Utils Problems transferring Indexed Properties.String []--Integer [] Hi I am trying to commons-beanutils to transfer data from a String [] in a form-bean to a data bean with a Integer[]. My String[] has three elements when it comes from the ActionForm