0 Replies Latest reply on Feb 24, 2008 7:35 PM by ppalande

    RichFaces instllation issue with JBOSS 4.2

    ppalande

      I am new to JSF. In my current application I am trying to use facelets. I would like to add ajax functionality to my application. Just downloaded RichFaces 3.1.4 and copied 3 jar files into amy applications web-inf\lib folder. Have not changed any of my code yet, but just deployed the application to JBOSS 4.2 and now I am getting following error. so I added the <context-param> just as mentioned in documentation but still getting the same error. Can anybody help thanx.

      18:32:50,305 ERROR [STDERR] javax.faces.FacesException: org.ajax4jsf.renderkit.ChameleonRenderKitFactory
      18:32:50,305 ERROR [STDERR] at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:556)
      18:32:50,305 ERROR [STDERR] at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:448)
      18:32:50,305 ERROR [STDERR] at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
      18:32:50,305 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1063)
      18:32:50,727 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:509)
      18:32:50,727 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)