Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

To change X-UA-Compatible to IE8 in IE9 on ADF 11.1.1.5's issue

809635Oct 26 2011 — edited Oct 27 2011
Hi,
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2011
Added on Oct 26 2011
1 comment
386 views