Close
jGuru Forums
Posted By: Yugandhar_Reddy Posted On: Friday, April 20, 2001 10:20 AM
I am calling a java file from a Servlet. I am passing HttpServletRequest as one of the parameter to the method in the bean. It is telling NoClassDefFoundError:javax/servet/ServletRequest. The bean contains the following method add(HttpServletRequest req,String x). The servet is calling the above method. Can any one help me out.
Re: Regarding the Error while calling the java files from a servlet
Posted By: AlessandroA_Garbagnati Posted On: Friday, April 20, 2001 10:25 AM