[opencms-dev] howto use classes in jsp?
Andras Balogh
andras at reea.net
Mon Jul 19 10:27:00 CEST 2004
Hello,
Altrough this question is not related to opencms, i will answer hoping
this will fix the issue.
I think you need to import your class with a directive at the beginning
of jsp:
<%@ page import="TestBean"%>
Best regards,
Andras.
Tim.Smal at nuon.com wrote:
>TestBean.class is stored as /WEB-INF/classes/TestBean.class
>
>I restarted Tomcat.
>
>Why isn't the class visible?
>
>Do I HAVE to place the class in a package..??
>
>Regards,
>
>Tim.
>
>
>
More information about the opencms-dev
mailing list