PrimeFaces Datatable Column Sorting is not working in IE8 but it works fine in Firefox

十年热恋 提交于 2019-12-13 01:35:10

问题


PrimeFaces Datatable Column Sorting is not working in IE8 but it works fine in Firefox.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 17 Feb 2011 17:56:48 UTC

Message: Unexpected call to method or property access. jquery.js.jsf Line: 23 Char: 21078 Code: 0 URI: http://localhost:8080/PrimeFacesTutorial/javax.faces.resource/jquery/jquery.js.jsf?ln=primefaces&v=2.2.1


回答1:


You might have:

<h:form id="form1"> 
.....
<h:form id="form2">
...
</h:form>
...
</h:form>

I got the same error, I remove the nested Form. I removed Form2 and it worked fine.



来源:https://stackoverflow.com/questions/5033224/primefaces-datatable-column-sorting-is-not-working-in-ie8-but-it-works-fine-in-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!