Object doesn't support this property or method with primefaces omnifaces timeout combination

前端 未结 1 1428
南旧
南旧 2020-12-20 02:36

Setup: JSF, PrimeFaces 3.2, Omnifaces 1.1, JBoss AS 7.1.1, Final, Mojarra 2.1.7

I have a simple page (listed below) and I have set up omnifaces to deal with ViewExpi

1条回答
  •  -上瘾入骨i
    2020-12-20 03:30

    This is a known issue of PrimeFaces update="@all" in IE based browsers. The entire view is been replaced by document.write(), however IE based browsers doesn't properly load/initialize any

提交回复
热议问题