Dynamic Update in component Primefaces through autocomplete

0

A simple question, is there any easy way to use the autocomplete component of primefaces, and so when selecting any option cause a component (eg a dataScroller) to be updated ??? I tried something through a f: ajax adding a listener to the itemSelect event as shown in the showcase, but I can not proceed to make the other component dynamically updated, any light?

    
asked by anonymous 03.02.2015 / 03:23

1 answer

1

I have already used autocomplete, to update another component I used: <p:ajax event="itemSelect" update="componenteID"/>

    
03.02.2015 / 15:23