How to refresh a table regularly

Dear all

I have the following code in views. Can someone give me some hints how
to refresh the

say every 5 seconds? I have really no
idea to do so. Thank you.

views/test/main.html.erb

<%= render :partial => "test_list" %>

Millions thanks
Valentino

On 14 Jan 2009, at 11:48, Valentino L. wrote:

I have the following code in views. Can someone give me some hints how
to refresh the

say every 5 seconds? I have really
no
idea to do so. Thank you.

views/test/main.html.erb

<%= render :partial => "test_list" %>

http://www.railsbrain.com/api/rails-2.2.2/doc/index.html?a=M002042&name=periodically_call_remote

Best regards

Peter De Berdt