PrimeFaces.widget.InputText 不是构造函数
这是每次tomcat服务器重新启动时都会出现的javascript错误。 刷新页面后就不再报错了。
有人知道出了什么问题吗?
This is a javascript error I have every time the tomcat server is restarted.
After the page is refreshed there is no error any more.
Does anybody know what's wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以如下声明您的 ajax 加载的 primeface 组件,问题就解决了。
这是因为 primefaces 不会在页面第一次加载时加载所有小部件的 javasript,您必须强制它加载 ajax 加载小部件的库。
You can declare your ajax-loaded primeface components as below and the problem is solved.
This is because primefaces doesn't load all the widget's javasripts at the first load of the page, you have to force it to load the libs for your ajax-loaded widgets.