On Monday 6 September 2004 21:27, Peter Jarunek wrote:
> Hello,
>
> I'm new to Tomcat and need a help. I'd like to use my own classes in my
> JSPs, but I can not reach them from my JSPs. I added them (already compiled
> .class files) into WEB-INF/classes directory of my war file, but the JSP
> doesn't work. It shows the message of unknown class. How to use them?
>

did you import them?  put the package name in the import attribute of the 
jsps' page directive.
-- 
Edward Barrow 

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

Reply via email to