2 Replies Latest reply on Dec 16, 2009 5:37 PM by schnulla

    seam-2.0.2.SP1 works with richfaces-3.3.2.SR1 ?

    schnulla

      Hello,


      I was wondering why I cannot see the filter input control for my datatable columns as shown in this example.


      I found out that my seam application uses richfaces jar files v.3.1.4.GA and I guess the filterBy feature is not available in this richfaces version.



      So I tried to update to the latest richfaces version by replacing the...



      • richfaces-ui.jar

      • richfaces-impl.jar

      • richfaces-api.jar



      ...in my project with the latest jars from richfaces-ui-3.3.2.SR1-bin.zip.


      After cleaning my project and JBoss deploy folders and a fresh JBoss AS restart
      I get the following exception:




      ERROR Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener java.lang.NoSuchMethodError: org.richfaces.renderkit.OrderingComponentRendererBase$ControlsHelper.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang......




      Help is really required. Maybe my seam version 2.0.2.SP1 does not work with richfaces 3.3.2.SR1? Or do I have to do something else to upgrade to the latest richfaces version? In general, should every seam version work with every richfaces version?


      Thanks