1 Reply Latest reply on Nov 11, 2009 7:04 AM by nbelaevski

    Configuring view handlers

      I have the richfaces 3.3.2 SR1 release running with JSF2.0 on glassfish v3, but I can't use the default facelets view handler because I can't find the JSF2 implmentation to configure:

      <context-param>
       <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
       <param-value>
      com.sun.faces.WhereIsTheJSF2FaceletViewHandler
      </param-value>
      </context-param>
      


      Anyone used this successfully?