I’m wondering if there’s a better way of trying to force IE=8 mode for an XPages application. I was hoping to be able to just add something to the xsp.properties file but I don’t know what to add to it achieve this:
Actually, I’m not sure using the xp:meta tag resource on each XPage is even working. It certainly isn’t forcing IE=8 mode.
According to the MSDN site:
The X-UA-compatible header is not case sensitive; however, it must appear in the Web page’s header (the HEAD section) before all other elements, except for the title element and other meta elements.
And, what I see when I view source on an XPage that uses the tag resource is:
you can add the meta tag by including it in your theme. That way, you don’t have to add it to each individual XPage and it will be included in the tag: