我的 JSF 应用程序无法在 IE8 中运行,但可以在 IE7 中运行
我的应用程序是基于 JSF 的应用程序。登录后,我无法在主页中找到正确的页面布局。 Ajax 事件和 JSF 页面导航不起作用。甚至分页也不起作用。它在 IE6 和 IE7 中工作,但在 IE8 中不起作用。任何人都可以帮帮我吗?
My application is a JSF based application. After logging in, I am unable to find correct page layout in my home page. Ajax Event and JSF page navigation is not working. Even pagination is not working. It works in IE6 and IE7 but in IE8 it is not working. Can any one please help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题可能是兼容性问题。如果问题是兼容性,则创建一个过滤器,然后使用以下代码设置请求标头,然后您可以以 IE7 模式运行 IE8 浏览器。
The problem may be compatability Issue. If the problem is the compatability then create a filter and then setthe Request header with following code then You can run IE8 browser with IE7 mode.