Hello

> 
> But this isn't really what I was thinking of.  I was thinking more along the
> lines of what John is suggesting in the tread - i.e. A single form
> displaying multiple records.  If you look at the generated HTML, all of the
> input elements have names that incorporate their record key.  This assumes
> your String[] is representing multiple records.
> 
> What is the String[] to be coded as on the HTML form?
> 
I was thinkng about 

<input type="TEXT" name="name" value="" />
<input type="TEXT" name="name" value="" />

in the HTML form 

and get the value 

String[] names = data.getParameters().getStrings("name")


I hope the multiple checkbox treatment could give me a hint.

Thanks.

youngho




Reply via email to