Ing. Gustavo Edelstein wrote:
Hi list!

I've a jsp page that use a xx class that I wrote. I put the file class xx.class in WEB-INF/classes but Tomcat cannot find it from my jsp page.
Any idea?
Thanks,
Did you import the class with the <%@ import %> JSP directive? Don't forget to use a fully-qualified classname in the import directive.



Erik


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

Reply via email to