Hi
I'm trying to get Oracle ADF to work with Facelets and Seam and everything 
works fine until I try to use component that accesses a scoped variable (the 
code works fine with plain JSP). The setups is done according to this thread 
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74968

I.e. <af:document>, <af:panelPage title="Register New User">
works fine but
<af:inputText value="#{user.name}"/>
generates the following stack trace when accessed through the following page 
http://localhost:8084/seamtest/register.jsf


  | ava.lang.IllegalStateException: No active application scope
  |         at org.jboss.seam.core.Init.instance(Init.java:86)
  |         at 
org.jboss.seam.Component.getInstanceFromFactory(Component.java:1068)
  |         at org.jboss.seam.Component.getInstance(Component.java:1041)
  |         at org.jboss.seam.Component.getInstance(Component.java:1027)
  |         at 
org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:43)
  |         at 
com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
  |         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:41)
  | 

I've also tried the log4j.properties suggestion found in this thread above
but it does not work either for me

Does anyone have any ideas how to get this working?
I would really appreciate the help

regards
Tobias



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921228#3921228

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921228


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to