Re: String[5] trunc'ed to String[1]

2005-01-21 Thread Kishore Senji
On Fri, 21 Jan 2005 21:22:23 -0600, Dave Bender <[EMAIL PROTECTED]> wrote: > I'm having a problem passing a set of checkbox values from an ActionForm to > our database. When I transfer the values of the String[] array, such as a > String[5] array, using BeanUtils.populate in my Action, the array g

String[5] trunc'ed to String[1]

2005-01-21 Thread Dave Bender
I'm having a problem passing a set of checkbox values from an ActionForm to our database. When I transfer the values of the String[] array, such as a String[5] array, using BeanUtils.populate in my Action, the array gets truncated and comes out as a single String value, actually a String[1]. What