I\'m using JSF2, GlassFish 3.1, PrimeFaces 2.x.
I\'m having strange rendering problems on IE9. I\'m supposed to be able to force IE9 to render as IE9 by inserting
You can create Filter which adds header:
X-UA-Compatible: IE=9
to response object.
Source