Hi,
I'm implementing a simple web application.
I've a
jsp page. In the FORM tag I've defined action of my
servlet class and method as POST.
The form contains two text fields and a submit button.
In my servlet, I'm doing request.getParameter(<<text field name>>
.
If I'm using GET method, I get the values entered in the text fields.
However, if I'm using POST method, I get null values.
Can anyone pls help me out with a solution for same.
Thanks in advance.
I'm using Tomcat5 webserver.
regards,
Lalit