[jboss-user] [JBoss Seam] - Re: FacesContext is null at Session startup???
joaobmonteiro
do-not-reply at jboss.com
Tue Jan 22 05:51:55 EST 2008
Hi,
I have the same problem. At @create method the faces context is null. I´m using Seam 2.0.0GA, Tomcat6.
|
| @Name("appContext")
| @Scope(ScopeType.CONVERSATION)
| public class ApplicationContext implements Serializable {
|
| ...
|
| @Create
| public void inicializar() {
| FacesContext ctx = FacesContext.getCurrentInstance();
| loadConfig();
| }
|
Monkeyden, how did you solve this? I think it could be a configuration issue but I wasn´t able to find
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122121#4122121
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122121
More information about the jboss-user
mailing list