Actually I have placed my beans in tomcat/examples/WEB-INF/jsp/beans but
when I run my complie jsp file,it doesn't give me any error but when I run
Jsp file I get the following message .could you please asssist me.I would be
really very thank to you.
org.apache.jasper.JasperException:
Unable to compile class for JSPAn error occurred at line: 9 in the jsp file:
/hhh.jspGenerated servlet error:[javac] Compiling 1 source
fileC:\jakarta-tomcat-4.1.12\work\Standalone\localhost\_\hhh_jsp.java:7:
package Bean does not existimport
Bean.TodayBean;^C:\jakarta-tomcat-4.1.12\work\Standalone\localhost\_\hhh_jsp.j
ava:49: cannot resolve symbolsymbol : class TodayBean location: class
org.apache.jsp.hhh_jspTodayBean today = null;^