3 Replies Latest reply on Dec 1, 2008 10:44 AM by ilya_shaikovsky

    a4j include problem

    freakman

      Hi there, I'm having some issues with a4j:include...
      After including a page with it, each jsf tag causes an exception because the FacesContext is null. This is because an a4j:include simply uses the same request and response for loading the specified view.
      The problem is that the last step in FacesServlet.service() is to clean up and release the FacesContext...but that's not what I want, because rendering of the whole page is not finished.
      Any suggestions?
      Thanks, Frank