[jboss-user] [JBoss Seam] - Exception using jboss-4.05GA, seam-1.1.0.BETA1 and ajax4jsf
frehan
do-not-reply at jboss.com
Mon Nov 6 09:59:34 EST 2006
Hi all!
I am getting:
java.lang.IllegalStateException: No application context active exception when tring to build a smal web app using seam and ajax4jsf.
I have tried the booking example shipped with seam-1.1.0BETA1 and it works fine. The only big difference is that my app does not use faclets, just plain .jsp pages with jsf.
I used the the booking example source base and implemeted a repeater example where the typed text was repeated to the page using ajax4jsf, when I did that with faclets it worked fine but when I commented out the
<context-param>
<param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
<param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
</context-param>
to only use plain jsp I got the above error.
Is faclets required to use seam and ajax4jsf togheter or does anybody know what the problem can be?
/F
seam-1.1.0.BETA1
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983453#3983453
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983453
More information about the jboss-user
mailing list