Re: how to submit javascript variable of array type

2004-03-18 Thread Raphaƫl di Cicco
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 17, 2004 1:42 PM Subject: RE: how to submit javascript variable of array type > Andrew, > > I used the exact same approach my in my action class, the array from request is yielding null... > Any clues.. > Than

RE: how to submit javascript variable of array type

2004-03-17 Thread as as
Andrew, I used the exact same approach my in my action class, the array from request is yielding null... Any clues.. Thanks so much! Andrew Hill <[EMAIL PROTECTED]> wrote: I usually concatenate the array into a single string (using a delimiter such as a comma) and then put this value into a sin

RE: how to submit javascript variable of array type

2004-03-16 Thread Andrew Hill
I usually concatenate the array into a single string (using a delimiter such as a comma) and then put this value into a single field. In my actionform I have a getter (under different property name) that returns it as an array (using the delimiter to explode the string). -Original Message-