我第一次和第二次都使用相同的查询。我看到第一次调用了完整的方法,但是在计算结果之后,它们没有在 UI 上发送。有人遇到过这个问题吗?您对如何解决这个问题有任何想法吗?
<p:autoComplete id="filterByMachine" value="#{notificationListViewLazyModel.selectedMachine}" scrollHeight="500"
completeMethod="#{notificationListViewLazyModel.complete}" converter="#{notificationListViewLazyModel.converter}"
var="p" itemLabel="#{p.platformName} #{p.serial} #{p.sitename}"
itemValue="#{p}" forceSelection="true" size="48" >