[opencms-dev] howto use classes in jsp?

Tim.Smal at nuon.com Tim.Smal at nuon.com
Mon Jul 19 07:57:01 CEST 2004


Hi All,

Maybe I'm missing something, but the problem is I cannot make my own classes
to work in an OpenCms JSP..

TestBean.class in folder /system/modules/myPackage/classes

test.jsp in folder /myPackage/

contents of my test.jsp:

<%
TestBean test = new TestBean();
%>

<%=test.getHelloWorld()%>

I got an ServletException ResourceLoader on page (cannot resolve symbol
TestBean)..

Anyone?



More information about the opencms-dev mailing list