2 Replies Latest reply on Apr 10, 2008 8:03 AM by peerless

    Why my <a4j:poll> tag dont works?

    peerless

      I have the following code:

      <a4j:poll id="poll" interval="500" enabled="true" reRender="data">
      <t:dataTable id="data"
      ...
      value="#{myBackbean.myListThatWillGoUpdated}"
      ...
      ...
      />
      </a4j:poll>
      


      In another time, i open a window that modify the value of "#{myBackbean.myListThatWillGoUpdated}", but my dataTable dont update!!!!

      What i be did of err ? How i can make it work ??

      Thanks very much!!!!!! =)