If I don't use request.getParameter() method despite of making same request
with parameters in my servlets code, I'm not getting any blank response in
my browser.
This is how I set connector tag in server.xml file:
--
View this message in context:
http://old.nabble.com/Problem-with-post-re
I'm trying to get the response from servlets by sending post request with
parameters to the servlets. But despite of servlets response, I'm getting
blank output. Firebug showing blank response. But If I send the post request
without request parameter, or at the time refreshing a page, I get the
r