Help with html:select multiple=true

2007-11-21 Thread Adrian Marrero
Hi, Sorry about reposting this topic and forgetting to put a subject the first time. Here is my issue. Goal: I would like to be able to select multiple fields from the drop down box, retrieve them in my servlet, and use them elsewhere. I have tried using html:select multiple=true and I

Re: Help with html:select multiple=true

2007-11-21 Thread Adrian Marrero
field to be an array of strings (you had it as a single string). d. --- Adrian Marrero [EMAIL PROTECTED] wrote: Hi, Sorry about reposting this topic and forgetting to put a subject the first time. Here is my issue. Goal: I would like to be able to select multiple fields from the drop

Re: user Digest 20 Nov 2007 22:05:01 -0000 Issue 7714

2007-11-20 Thread Adrian Marrero
Hi, I am having difficulty using struts: html:select property=attributes multiple=true Goal: I would like to be able to select multiple fields from the drop down box, retrieve them in my servlet, and use them elsewhere. Problem: When I retrieve the String [] in my servlet and I view its