What non-abstract class is your ServletRequest object an instance of? Is it an HttpServletRequest? (I suspect not, since you're running into problems calling getParameter(String), which HttpServletRequest provides.) If not, then what kind of ServletRequest is it -- and are there JavaDocs for it?
Jon Emerson
Computer Scientist
Adobe Systems, Inc.
|