Thanks for the help.  Now I am able to put the values as a CSV, but I am having trouble passing it to the servlet.
In JAVA code, I tried the following but it did not work

String value = request.getParameter("valInSelect");
System.out.println("value = "+value);

value is printed out as "null".  What do I do to pass this variable to servlet correctly?  Oh, BTW, instead of using onclick, I
call listValue() in onSubmit...I don't think it makes a difference, right?  Thanks:)
 

-chanel
 

Balasubramaniyan K wrote:

   Part 1.1    Type: Plain Text (text/plain)
           Encoding: 7bit
-- 
  Alcatel USA, Inc.                  Internet: @ssd.usa.alcatel.com
  1000 Coit Road, Plano, Texas 75075
  ******* The opinions expressed are not those of Alcatel USA, Inc. *******
 


Reply via email to