-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
On 6/8/2010 3:11 PM, TearsOfAllah wrote:
>
>
> 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
-with-post-request-parameters-in-servlets-tp28820496p28821904.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
To whom it may concern,
On 6/8/2010 1:00 PM, TearsOfAllah wrote:
> 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 b
String password = request.getParameter("password");
if (event.getEventType() == CometEvent.EventType.BEGIN) {
PrintWriter out = response.getWriter();
out.println("HELLO");
out.flush();
}
}
--
View this message in context:
http://old