Hi guys
Does anyone know how to solve the following problem?
I am developing a simple project built on
Maven and Eclipse. Using basically
JSF 2 and RichFaces running in Jetty 6.
The project runs, the problem is when I try to access any ManagedBean. Where the following error appears in terminal:
It turns out that the ManagedBean is not initialized when the class is annotated with @ ManagedBean. If I map it using the faces-config.xml, the method is executed.
The following configuration files:
pom.xml:
web.xml
bean
Thanks for help me.
[] 's