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

[467 byte] By [LearningSTF] at [2007-9-26 2:37:22]
# 1
request.getParameter wont work if the enc type is multiform-data. Check it out.
pbalaram at 2007-6-29 10:06:34 > top of Java-index,Archived Forums,Java Programming...