Prev: MYFaces in tomcat 5.x
Next: JDBC Threads Locking up
From: fabio.rigoni on 2 Jun 2007 16:17 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 2 Jun 2007 19:02 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
|
Pages: 1 Prev: MYFaces in tomcat 5.x Next: JDBC Threads Locking up |