Seam does not use knowledge of the type to inject, it uses knowledge of the Seam component
name. So it must be
@In FacesContext facesContext;
Or:
@In("facesContext") FacesContext fc;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981531#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...