I'm getting the following error:

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest

when I try to execute the following:

bean code:
request(request, response)
{
        request.getParamater("inputBox");     //This line cause the error.
}

Why isn't this (javax/servlet/http/HttpServletRequest) in my/tomcat's
classpath??  Is that the problem??




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to