To change X-UA-Compatible to IE8 in IE9 on ADF 11.1.1.5's issue
809635Oct 26 2011 — edited Oct 27 2011Hi,
I want to add the meta tag X-UA-Compatible", "IE=8 for my project' ADF page cause a lot page not work in IE9.
I find a blog that said when I implement a PhaseListener and add it in ADF's faces-config.xml , to make
the response add a meta tag like : response.addHeader("X-UA-Compatible", "IE=8"); , but I find this way is not wrok in
ADF 11.1.1.5 the code is execute when I debug in it but the rendered html is not have the tag ,so I think the ADF have
done some work or ignore the response's customized modification?