5 Replies Latest reply on Sep 22, 2007 4:24 AM by adamw

    a4j:poll, rich:dataList and reRender

    adamw

      Hello,

      I have a list of elements (displayed using rich:dataList), and in every element I want to refresh only some part of it, on regular intervals of time. To the parts I want to refresh I assign an id, and if I then tell a4j:poll to refresh that id everything works.

      There is a problem though if I want to refresh that element "additionally", for example when a a4j:commandLink is clicked. I put the id I defined in the reRender attribute and ... the parts of the list aren't refreshed. All other id-s that are in reRender, get refreshed. Any idea on where the problem lies?

      Adam