Your bean, the one called Bean.TodayBean is not in your classpath, or not correctly 
spelled.

Try putting your classfile  under WEB-INF/classes/Bean/TodayBean.class or package it 
in a jar and put it in WEB-INF/lib/somefile.jar
Hope it helps
-reynir


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
> Sent: 30. nóvember 2002 12:00
> To: [EMAIL PROTECTED]
> Subject: JSP/Beans
> 
> 
> 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_j
> sp.java:7:
>  package Bean does not existimport 
> Bean.TodayBean;^C:\jakarta-tomcat-4.1.12\work\Standalone\local
> host\_\hhh_jsp.j
> 
> ava:49: cannot resolve symbolsymbol  : class TodayBean 
> location: class 
> org.apache.jsp.hhh_jspTodayBean today = null;^
> 
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to