0 Replies Latest reply on Dec 17, 2010 6:48 AM by monana

    Richfaces 4.X M4 + Facelets not working

    monana

      Hi,

       

      I am trying to implement facelets with richfaces M4 version.

      But its not working for me.

      The richfaces components are not at all rendering in the facelets mode.

       

      I have given the configuration in my web.xml

      <context-param>
              <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
              <param-value>com.sun.facelets.FaceletViewHandler</param-value>
          </context-param>

      <context-param>
          <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
          <param-value>.xhtml</param-value>
        </context-param>

       

      but still its not working.

       

      Am i doing something wrong or some more configuration is required to be done for this to make work?

       

       

      any help?