Why can't i get the parameter value from a drop down list ?
Hi all,
Here is a strange error, or I may do something wrong. I want to retrieve a value from a
List box, but i didn't succeed in (my var display null). ?
Why ?
I post my code
String t=request.getParameter("ListNumber");
System.out.println("Here is t : " + t);
I know that with a multiple selection you have to use String[] mystr=request.getParameterValues("mylist");
Thanks in advance
STF

