1 2 Previous Next 16 Replies Latest reply on Feb 14, 2012 2:30 AM by logan.mauzaize.infotel.com Go to original post
      • 15. Re: Problem with events in a rich:dataTable
        fmt

        Hi,

         

        Thanks for your answer and the patch.

        I'm creating a framework for several web applications using JSF+RF and maven. So it's not possible to simply add the class to my project and it's not possible to bundle it in another jar as I won't know which one will be loaded first.

         

        The only way will be to patch the official RF jar (which is ugly) so I mainly wanted to know if this issue is known and will be corrected in the future version of RF.

         

        Regards

        • 16. Re: Problem with events in a rich:dataTable
          logan.mauzaize.infotel.com

          Hi,

           

          In this case opens the issue and attach it to the thread.

           

          To continue on the workaround, many containers consider first /WEB-INF/classes then /WEB-INF/lib/*.jar in alphabetical order. Just names the patching JAR to be placed before richfaces-components-ui-4.1.0.Final.jar (ie aaa-patching-richfaces-DataTableRenderer.jar)

          1 2 Previous Next