2 Replies Latest reply on Oct 27, 2011 12:53 AM by qixunyuan

    PrimeFaces + RichFaces == Very slow

    jee4hire

      Why does the performance go to zero when I use both PrimeFaces and RichFaces together?
      It is painfully slow!


        • 1. Re: PrimeFaces + RichFaces == Very slow
          lightguard

          You're asking the wrong guys on this one. Try the Primefaces and RichFaces forums.

          • 2. Re: PrimeFaces + RichFaces == Very slow
            qixunyuan
            Maybe I can help you,we also have this problem before 2 month, and we found this is because the pretty-faces's version 3.2.0 dependency wrong, you can change seam-bom to latest version or override the version declaration:
            --------------------------------
            <dependency>
            <groupId>com.ocpsoft</groupId>
            <artifactId>prettyfaces-jsf2</artifactId>
            <version>3.3.0</version>
            </dependency>
            --------------------------------
            good luck!