Hi,
I'm having a problem with the s:pprPanelGroup component in that it
appears to fire off the AJAX request five times instead of once. My
component is configured as below:
<h:form id="testForm">
<s:pprPanelGroup id="ppr2" periodicalUpdate="15000" >
<t:panelGroup colspan="2"
rendered="#{networkConfigBean.networkMessagePresent}"
styleClass="info-message-large">
</t:panelGroup>
</s:pprPanelGroup>
</h:form>
The call to networkConfigBean.networkMessagePresent has a request to our
database so I don't want it being hit unnecessarily. Any feedback on
this issue would be greatly appreciated as it is causing a lot of
problems.
Thanks!
Brett