2 Replies Latest reply on May 19, 2012 6:18 AM by jadtn

    support IE9?

    javatwo

      Hi, I am using Richfaces 3.x on JBoss 5.1.

      It does not support IE9. I tried EmulateIE8, it did not work.

      <meta content="IE=EmulateIE8" http-equiv="X-UA-Compatible">

       

      What should I do? Does RF4.x support IE9?

      Thanks for advice.

      Dave

        • 1. Re: support IE9?
          josh68

          If you can switch to 4.x, do it. No, 3.x.x doesn't support IE9. Read through the forums and you'll see many references to that fact. Also, you have to force the meta tag for X-UA-Compatible to return as the first response header, and that's only possible with a filter or phase listener. A simple HTML meta tag won't do it.

          • 2. Re: support IE9?
            jadtn

            But how do you do to put the X-UA-Compatible in first position of the <head>? I'm trying with servlet filter but richfaces head are always in first.

            Thanks for advice

            Adrien