With the update
attribute
the rendering of the panel can be dropped, if there is no need to
update the content.
In this example, we only display the current time, if the seconds
are between 10 - 19, 30 - 39 or 50 - 59.
<tc:panel>
<f:facet name="reload">
<tc:reload frequency="1000" update="#{panelController.oddDecaSecond}"/>
...16:53:59
This
reloads the panel directly (only for testing purpuse here).