You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Linnik, Vladimir" <vl...@ActiveFitness.com> on 2000/02/01 15:39:55 UTC

request.getParameter(...)

Hi All,

I have some problem with tomcat 3m1 + apache 1.3.11 (jdk1.2... from Sun,
Linux).
It was fine with JServ 1.0.

example.

in browser: http://host/servlet_name?par1=111&par2=222

in

doGet(...){
...

 String par1 = request.getParameter("par1");

	//par1 == null all time !?!
...
}

doPost(...) method looks ok for input fields.

any idea?

Vladimir
javax7@yahoo.com

P.S.
With setup apache, tomcat, java2 for linux from SUN, linux i don't have the
questions.