JSF web application not working in IE9. But it works fine in IE8
问题 I have developed web application using JSF 2.0. It is working fine in IE 8 and other browsers (firefox and google chrome). But it is not working in IE9. Can you please explain the IE9 compatibility for JSF and how it could be done so that I can make my App works in IE9. 回答1: We also had some issues with IE9 and our workaround was to use a filter that tells the IE9 to work in compatibility mode. Notice that this should be the last resort. You should first try to solve your concrete problem