Did you import the class in the jsp file? At the start of the JSP file, it must be imported:
<%@ page import="Test" %> --- David Zellhoefer <[EMAIL PROTECTED]> wrote: > Hello! > > I have a easy question for you: > > 1)I have written a class called Test, compiled it > and placed it in > ~/WEB-INF/classes/ > 2) Now I want to use objects from Test in a JSP, but > if I try to use > Test Tomcat always tells me that it is not able to > resolve the symbol. > > What shall I do? Do I need to change the web.xml? > > Thanks, > > David > > PS: I've restarted Tomcat 4.1.12 everytime I changed > something in the > WEB-INF directory. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
