Marcus Beyer schrieb:

The precompiler instantiates some beans, altough I don't exactly know why. During instatiation some beans need to access managed beans, so they call something like this:

      FacesContext facesContext = FacesContext.getCurrentInstance ( );
      /*
       * this happens if I try to precompile some jsp pages ...
       */
      if (facesContext == null) log.error ("no faces context found!");

I forgot to mention that I am using JSF 1.1_01 reference impl.

Has anyone an idea what is happening here? Please give me a hint.

thanx!
Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to