RE: HttpServletRequest not found from within library

2003-08-14 Thread Yiannis Mavroukakis
List Subject: HttpServletRequest not found from within library Hello all I'm using Tomcat 4.1.24 and have the following problem. In a JSP file I have a bean called nav pointing to a class some.package.Navigation. This class is located at a JAR file in the lib directory of the web application

RE: HttpServletRequest not found from within library

2003-08-14 Thread Yiannis Mavroukakis
To: Tomcat Users List Subject: Re: HttpServletRequest not found from within library Hi Yiannis I didn't work. I stopped tomcat, removed servlet.jar from the CLASSPATH and restarted it. Same exception. servlet.jar can only be found in CATALINA_HOME/common/lib. Christian Yiannis Mavroukakis wrote

Re: HttpServletRequest not found from within library

2003-08-14 Thread Christian Hauser
only need it on compile time, and restart Tomcat. Let me know if this worked for you. Yiannis. -Original Message- From: Christian Hauser [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 09:36 To: Tomcat Users List Subject: HttpServletRequest not found from within library Hello all I'm

HttpServletRequest not found from within library

2003-08-14 Thread Christian Hauser
Hello all I'm using Tomcat 4.1.24 and have the following problem. In a JSP file I have a bean called nav pointing to a class some.package.Navigation. This class is located at a JAR file in the lib directory of the web application. ... jsp:useBean id=nav class=some.package.Navigation