Can you use a <meta> tag to refresh from the server? You could use no-cache 
in the pragma header to eliminate the use of the browser cache and keep the 
components that are being refreshed non-persistent.

Bill

On 5/26/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> I'm resending my request... need some help soon. I'm new to Tapestry and
> have the following issue at hand:
> 
> 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
> 
>

Reply via email to