jsp:usebean how to?

2003-09-13 Thread Luke Vanderfluit
Hi, I'm using tomcat 4.1.27. I'm trying to get a jsp page to call a bean. Is there something I need to enter in web.xml or server.xml? I have tried the examples that come with tomcat, namely the date.jsp example. When I move the JspCalendar.class file that it calls to a different directory and

Re: jsp:usebean how to?

2003-09-13 Thread Tim Funk
Your trying to use a packageless class. More info ... http://jakarta.apache.org/tomcat/faq/classnotfound.html -Tim Luke Vanderfluit wrote: Hi, I'm using tomcat 4.1.27. I'm trying to get a jsp page to call a bean. Is there something I need to enter in web.xml or server.xml? I have