Talk to the galley blz?
Is there any way I can give an update to some component after a few seconds?
I was able to do this natively using the "p: remoteCommand"
Talk to the galley blz?
Is there any way I can give an update to some component after a few seconds?
I was able to do this natively using the "p: remoteCommand"
You can use the p: firstfaces pool.
<p:poll interval="60" listener="#{meuBean.funcao}"
update="idDaTabelaFormEtc" />
the interval defines the seconds.