Re: Parameter Map is null after Ajax Request

2007-12-01 Thread Randeep Walia
Thanks for the reply, guys. I am aware that the Servlet does not have the parameter map directly and that they must be accessed through the request object. I don't know if I said something to that effect to make you think otherwise, but yes, my program accesses the HTML form data via request.getPa

RE: Parameter Map is null after Ajax Request

2007-11-30 Thread Caldarale, Charles R
> From: Randeep Walia [mailto:[EMAIL PROTECTED] > Subject: Parameter Map is null after Ajax Request > > Saving Set 3 will demonstrate a problem whereby the servlet > that processes this request has an empty Parameter map Servlets don't have parameter maps, requests do. A

RE: Parameter Map is null after Ajax Request

2007-11-30 Thread Propes, Barry L
D] Sent: Friday, November 30, 2007 5:03 PM To: users@tomcat.apache.org Subject: Parameter Map is null after Ajax Request Over a year ago, a user reported a problem with his Request parameter map showing up null sporadically on his application: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200

Parameter Map is null after Ajax Request

2007-11-30 Thread Randeep Walia
Over a year ago, a user reported a problem with his Request parameter map showing up null sporadically on his application: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200601.mbox/[EMAIL PROTECTED] I am suddenly seeing similar behavior with our AJAX-enabled web application. We are using R