> 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.  Are you by any chance
storing the reference to a request's parameter map in an instance or
class variable of a servlet and thereby introducing threading problems?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to