UI Layout Initialization Error PrimeFaces 6.2

好久不见. 提交于 2019-12-01 19:57:04

There is a bug in PrimeFaces 6.2 that cause this issue.
The bug is reported and is resolved in PrimeFaces 6.2.1

More info can be found here: https://github.com/primefaces/primefaces/issues/3457

As melloware mention in the link above, adding the following code in web.xml solves this issue.

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