Hi, My application has a page which includes three components. One of these is a table which displays some data. My requirement is to refresh the data in this table periodically (say, every 5 minutes). The component class for the table contacts a separate module which retrieves the data from a DB and returns it. Now, what I need is to call this module periodically and then render the component again with the fresh data. I dont want the other two components on the page to be refreshed. I'm not sure how to get this done. Could someone point out how to have this auto-refresh behaviour implemented using Tapestry...
Thanks And Regards, Shubhra
