You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by William Kaufman <WK...@viquity.com> on 2001/04/25 15:45:07 UTC

RE: ServletRequest.getParameterMap() method not found

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:frans.verhoef@travel-companion.net]
Sent: Wednesday, April 25, 2001 12:38 AM
To: tomcat-user@jakarta.apache.org
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