RE: ServletRequest.getParameterMap() method not found

2001-04-26 Thread William Kaufman
erhoef [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 6:45 PM To: [EMAIL PROTECTED] Subject: RE: ServletRequest.getParameterMap() method not found getParameterMap() is a method of the ServletRequest class, which is part of the javax.servlet API. It comes with the Java 2 SDK Enterprise Edition

RE: ServletRequest.getParameterMap() method not found

2001-04-26 Thread Milt Epstein
On Thu, 26 Apr 2001, William Kaufman wrote: > > getParameterMap() is a method of the ServletRequest class, which > > is part of the javax.servlet API. > > But that's the thing: grep'ing the sources for Tomcat 3.2.1, the > interfaces for JSDK 2.0 and JSDK 2.1, and the JSDK 2.2 spec, I can't > find

RE: ServletRequest.getParameterMap() method not found

2001-04-26 Thread Jim Cheesman
At 04:11 PM 4/26/2001, you wrote: > > getParameterMap() is a method of the ServletRequest class, which is part >of > > the javax.servlet API. > >But that's the thing: grep'ing the sources for Tomcat 3.2.1, the interfaces >for JSDK 2.0 and JSDK 2.1, and the JSDK 2.2 spec, I can't find this method >

RE: ServletRequest.getParameterMap() method not found

2001-04-25 Thread Frans Verhoef
getParameterMap() is a method of the ServletRequest class, which is part of the javax.servlet API. It comes with the Java 2 SDK Enterprise Edition 1.3. You can download the API from the sun website. This is what I have installed on my developing machine... but maybe tomcat uses an older version

RE: ServletRequest.getParameterMap() method not found

2001-04-25 Thread William Kaufman
uses?       -- Bill K. -Original Message-From: Frans Verhoef [mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 25, 2001 12:38 AMTo: [EMAIL PROTECTED]Subject: ServletRequest.getParameterMap() method not found Hi, I tried tried using the method request.getParamet

ServletRequest.getParameterMap() method not found

2001-04-25 Thread Frans Verhoef
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.