I use the same query both the first and the second time.I see that complete method get called the first time but after it computes the results they aren't send on the UI.Did anyone encountered this problem ? Do you have any ideas on how to solve this ?
<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" >