Re: ActionForm String[]

2006-02-14 Thread Mark Lowe
On 2/14/06, Marcio Ghiraldelli <[EMAIL PROTECTED]> wrote: > Hello, > > I am working with a dyanmic form, that generates n checkboxes (for each > row of my set). > > Using a String[] type in the action form, I´d been able to retrieve the > data. Now, I´m trying to pre-populate these ch

ActionForm String[]

2006-02-14 Thread Marcio Ghiraldelli
Hello, I am working with a dyanmic form, that generates n checkboxes (for each row of my set). Using a String[] type in the action form, I´d been able to retrieve the data. Now, I´m trying to pre-populate these checkbox values correctly, via ActionForm reset method, but can´t figur