I am running a JSF 2 application on JBoss AS 6.
Somehow the Annotations, like @FacesComponent or @FacesValidator, etc are not processed by the container. If I annotate a Bean with ...
In my JSF project, I'm trying to register java classes with JSF 2.0 annotations instead of registering the classes in the faces-config.xml file.
When I register the classes in the ...