0 Replies Latest reply on Nov 6, 2006 9:59 AM by frehan

    Exception using jboss-4.05GA, seam-1.1.0.BETA1 and ajax4jsf

    frehan

      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