How do you hide the primefaces poll icon ? My poll interval is 1s so it's quite annoying when it shows up every second. Should I work with the class attribut ?
My current code :
<pm:content>
<h:form>
<h:outputScript library="primefaces/poll" name="poll.js"/>
<p:outputLabel id="idCurrentOnlineTime" value="Current Online Time : #{partnerPromotion.currentOnlineTime}s"/>
<p:outputLabel id="idTotalOnlineTime" value="Total Online Time : #{partnerPromotion.totalOnlineTime}s"/>
<p:poll interval="1" update="idCurrentOnlineTime,idTotalOnlineTime" />
</h:form>
</pm:content>
p:pollby itself doesn't have any visual representation. You probably have something likep:ajaxStatuson the same page. You can specify:, then its requests won't trigger
p:ajaxStatus.