4 Replies Latest reply on Nov 8, 2010 1:23 PM by akaine

    Updating table in real time. I have some problems with it

    pechnik

      Hello.

      I want`s to use dataTable components from rich faces for displayning table with real time data.

      I have several questions.

      1. I am going to use <a4j:poll id="poll" interval="500" reRender="myId"/> where myId is id of my table. Is it the best way of reloading data to table?

      2. How cache can be turned of? I need to display real data, not the data from the cache.

      3. Where can i find how components.xml must look like? I tried to place such thing into components.xml <components> <web:ajax4jsf-filter enable-cache="false" /></components>. But it didn`t work.

      4. What other advises can you give me for solving this task?