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
