f:ajax 请求的 p:ajaxStatus
我想使用 Primefaces p:ajaxStatus 来处理普通的 f:ajax 请求。或者也许有一个用于正常 JSF ajax 请求的状态图标的开源组件,我可以使用它并以与 Primefaces 相同的方式设计它?
I would like to use Primefaces p:ajaxStatus for normal f:ajax requests. Or maybe there's an opensource component for status icons for normal JSF ajax requests that i can use and style it the same way as Primefaces one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您实际上并不需要组件。一段简单的 Javascript 就可以了(下面是概念验证,没有 ajax 错误处理,一次仅支持一个 ajax 请求,没有特殊的 js 库 - 修复留给读者作为练习):
You don't really need a component. A simple piece of Javascript will do (what follows is a proof-of-concept, no ajax error handling, supports only one ajax request at a time, no special js libraries - fixes are left as an exercise for the reader):
基于PrimeFace,涵盖了站点所有ajax请求,包括属性‘update’
Based on PrimeFace, covers all ajax request of the site, including the attribute 'update'