Skip to content

Instantly share code, notes, and snippets.

View ancgate's full-sized avatar
🙂

Jefferson Bien-Aime ancgate

🙂
  • Long Island, New York
  • 20:41 (UTC -04:00)
View GitHub Profile
@ancgate
ancgate / gist:494eb59885ba98bd2ef7e332f58d0855
Last active September 20, 2019 01:26
How to do conditional polling in primefaces?
<h:panelGrid columns="1" id="ID_polling" rendered="#{BackingBean.status eq 'In-Progress'}">
<p:poll interval="20" update="liveChart,chrtTC_Cnt_Status,chrtStatus" />
</h:panelGrid>