Parameter Map is null after Ajax Request 2007-11-30 - By Caldarale, Charles R
Back > From: Randeep Walia [mailto:fatpunjabi@(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@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|