Tuesday, July 9, 2013

ADF Faces : Removing IE Compatibility View Popup

If you are running Webcenter or ADF Application on latest window system with IE 10  browser you will get following message from IE when running application.

image

If you want to get rid of that you have to put following tag inside web.xml.

 

<context-param>
    <param-name>oracle.adf.view.rich.HIDE_UNSUPPORTED_BROWSER_ALERTS</param-name>
    <param-value>IECompatibilityModes</param-value>
 </context-param>