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

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