[jboss-user] [JBoss Seam] - Re: Trying to inject FacesContext generates
gavin.king@jboss.com
do-not-reply at jboss.com
Sat Oct 28 11:46:05 EDT 2006
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#3981531
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981531
More information about the jboss-user
mailing list