0 Replies Latest reply on Dec 20, 2009 2:03 PM by krasig

    Using JBOSS-EL without SEAM -> JSF1027

    krasig

      Hi,
      I want to use JBoss EL in our RichFaces app without the rest of seam.


      so i added this in my web.xml



      <context-param>
        <param-name>com.sun.faces.expressionFactory</param-name>
        <param-value>org.jboss.el.ExpressionFactoryImpl</param-value>
       </context-param>



      and jboss-el-2.0.1.GA.jar in my lib.


      Everything is fine but i have got this message in my log:


      INFO  - JSF1027: [/Animals] The ELResolvers for JSF were not registered with the JSP container. (ELResolverInitPhaseListener.java:populateFacesELResolverForJsp:163)



      Can anybody explain what this INFO mean?


      Regards.