标签: error-handling primefaces lazy-loading growl
我有问题让用户了解PrimeFaces LazyDataModel#load方法中发生的异常。
LazyDataModel#load
我从数据库加载数据,当引发异常时,我不知道如何通知用户。
我尝试将FacesMessage添加到FacesContext,但是在Growl组件上未显示消息,即使Growl设置为autoUpdate="true"。
FacesMessage
FacesContext
autoUpdate="true"
使用PrimeFaces 3.3。