Hi,the homePage.print method sets a value for the homePage.text and then the poll should reRender the h:outputText.
But it does not work...Any ideas?
Cheers
<h:form id="form">
<h:panelGrid id="grid2">
<h:outputText id="outText" value="#{homePage.text}"></h:outputText>
</h:panelGrid>
</h:form>
<a4j:region>
<h:form>
<a4j:poll id="polling" interval="2000" enabled="true"
actionListener="#{homePage.print}" reRender="supp">
</a4j:poll>
</h:form>
</a4j:region>

