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

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. Are you by any chance

RE: Parameter Map is null after Ajax Request

2007-11-30 Thread Propes, Barry L
do the logs have anything helpful at all? Almost sounds as if you save out of order - say, skipping from set 2 to set 3 you get this error, where as saving the first set or all sets won't cause the issue? -Original Message- From: Randeep Walia [mailto:[EMAIL PROTECTED] Sent: Friday,