From: fabio.rigoni on
Hello guys!

I'm experiencing a problem with beans and tomcat...I have an "Bean
cannot be resolved to a type" error that I don't understand!

Any idea?

Thanks in advance!

FR

From: Arne Vajhøj on
fabio.rigoni(a)email.it wrote:
> I'm experiencing a problem with beans and tomcat...I have an "Bean
> cannot be resolved to a type" error that I don't understand!

The bean should be in:

WEB-INF\classes\yourpackage\YourClass.class

Note that you can not use beans in default package from JSP
pages.

Arne