Strange error for a new user...

2003-03-04 Thread Barry Jones
I'm trying a basic form posting on my newly installed Tomcat server. Not really sure what this error means, but it occured when I tried a basic posting to process.jsp. The posting worked on my remote webspace, so I'm assuming it's a Tomcat configuration problem. I'm running Tomcat on

RE: Strange error for a new user...

2003-03-04 Thread Wendy Smoak
Barry wrote: G:\Tomcat 4.1\work\Standalone\localhost\_\begjsp3\process_jsp.java:64: cannot resolve symbol symbol : method getParamenterValues (java.lang.String) location: interface javax.servlet.http.HttpServletRequest String[] toppings = request.getParamenterValues(toppings);