1 Reply Latest reply on Feb 28, 2008 4:16 PM by massep

    Newbie - None of the framework javascript works

    massep

      I'm testing the richfaces framework and can't get it to work in my environment. I downloaded 3.1.4GA.

      I used Firebug to see if any error were generated while loading the JS files, but everything looks fine (except that one of them takes over 2 minutes to load).

      I tried a few of the example from the Exadel website and none worked for me. I always get javascript errors like Object.extend is not a function. That's only an example as I get different error depending which example I'm trying.

      Might very well be a setting I'm missing. Any idea what I should look at.

      P.S.: I followed the installation instruction in the richfaces-userguide.pdf.

      Thanks

        • 1. Re: Newbie - None of the framework javascript works
          massep

          Got it!

          I have a filter setup for compression, GZIPFilter. If I take it out, the javascript works and my test page doesn't take for ever to display.

          Would anyone have a gzip filter implementation that does not interfere with richfaces? Mine is something I found on the web 2 years ago. I get a few deprecation warning because of it too.

          Thanks