I have a JSF application with .xhtml pages running in intranet.I tried removing default meta tag and add the meta tag
<meta http-equiv="X-UA-Compatible" content="IE=8" />
But there is no use.Is this solution only for plain html pages or is there any other way using which i can programmatically disable compatibility mode.
If you want to prevent the compatibility mode for all your JSF pages you better use a filter for this:
Java
web.xml