Removing IE Compatibility View Popup
<context-param>
<param-name>oracle.adf.view.rich.HIDE_UNSUPPORTED_BROWSER_ALERTS</param-name>
<param-value>IECompatibilityModes</param-value>
</context-param>
to the web.xml file might help. Is there any way to add these parameters to the plan.xml? I'm already using a plan.xml for another purpose and it seems like it might be nice to use it to remove the popup as well.
Thanks in advance,
Jon