How to refresh data table automatically in JSF
843844Apr 8 2009 — edited Nov 24 2009Hi,
I have a JSF page containing a richFaces DataTable. Well, I need to refresh it every X seconds.I can do it using Javascript or meta refresh tag so that the whole page is refreshed. Is there any way to refresh only the data table (using AJAX, I suppose, but, how?? ) or to call a button action(Which is used to populate values in datatable) automatically. I cant find any tutorial or help..!Please suggest your valuable inputs on this regardings.
Thanks in advance!!!