0

Microsoft Internet Explorer switches to compability mode for intranet pages. I found a solution for the issue here, but it applies to an ASP.net web application only. I however develop a JSF application and would like to implement the same workaround.

Is there an expert who knows where to put the according directives and how to reformulate the ASP.net settings directives?

Community
  • 1
  • 1
Simon Voggeneder
  • 377
  • 1
  • 7
  • 16

2 Answers2

2

You can easily implement a servlet filter to add that header, see here for a tutorial or here for some ready-to-use code.

fvu
  • 32,488
  • 6
  • 61
  • 79
0

This is far more clearly explained and solved here: http://joensen.eu/2011/11/27/change-ie-compatibility-in-jsf/ (easy implementation of a Filter)

Mithel
  • 1
  • 1