Problem with request.getParameter in Servlet
843840Oct 18 2002 — edited Oct 21 2002I am submitting the user name and password from an HTML file using the POST method. Then in the servlet's doPost I do
var = request.getParameter("userid")
When I am try to print this, I am getting the value as null.
I have installed tomcat 4.1.12
Could anyone please tell me what is the problem here.
Regards,
Sharad