Title:
I can't find this method in the JSDK 2.2 spec, or even in the 2.0 or 2.1 interfaces.  Where did you hear of this method?
 
Could you post the line of code where you call getParameterMap(), and the declarations for the objects it uses?
 

                                                            -- Bill K.

-----Original Message-----
From: Frans Verhoef [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 12:38 AM
To: [EMAIL PROTECTED]
Subject: ServletRequest.getParameterMap() method not found

Hi,


I tried tried using the method request.getParameterMap(), and with compiling I hadn't encountered any problems.

But when deploying on the webserver (linux kernel2.4, apache1.3.12 and tomcat3.2.1), and the testing, I did get the the following error:


java.lang.NoSuchMethodError at SendEmail.buildPage(SendEmail.java:43)

And this line points to the method ServletRequest.getParameterMap().

So is it a known fact that this method is not implemented in tomcat?

And how to update tomcat?


Thanks,

Frans



Reply via email to