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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to