|
Hello , I am using Tomcat 4 and I have placed all my bean classes in
the web-inf/classes directory. However when I use them in my JSP as beans
, the following error is thrown D:\Tomcat\work\localhost\pim\calendar$jsp.java:464: Class org.apache.jsp.printCalendar not found.If I place the printCalendar in a package, and then use it , it works..Why such a behaviour. I guess the classes directory is implicitly included in the classpath at startupPlease helpPurav
|
