Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦方法完全执行,我可以显示咆哮消息。
执行方法时是否可以显示“处理中...请稍等...”之类的咆哮消息?
该方法可能需要一些时间来执行,所以我可能需要显示一条咆哮消息来通知用户。
或任何其他方式来做到这一点?
谢谢你。
为此,有一个名为 BlockUI 的 primefaces 组件将等待 ajax 响应完成。
使用它,您可以在执行该方法时将任何图像显示为覆盖,并且您可以阻止用户在此期间执行任何操作。
http://www.primefaces.org/showcase/ui/blockUI.jsf