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: 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 contained information; what I have is a String [] of

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 contin

Re: Help with html:select multiple="true"

2007-11-21 Thread Adrian Marrero
:select multiple="true" Please see my response to your first message. Ljava.lang.String *is* an array of strings, and it wasn't clear to me why you didn't declare your dyna form field to be an array of strings (you had it as a single string). d. --- Adrian Marrero <[EMAIL PR