Thankx for the reply. I tried to use the <meta> tag. But am facing 
difficulty in specifying the URL.
I tried: <META http-equiv="Refresh" content="5; url=DashBoard"> Here, 
'DashBoard' is the name of the page I wanna refresh. This doesn't 
seem to work. I've tried DashBoard.html also - no luck. 
And if I specify no url i.e., <META http-equiv="Refresh" content="5; "> the 
home page of the application appears.

Just for some context, the home page is a login page. And a successful 
login takes you to the Dashboard page.

Any suggestions?

Thanks and Regards,
Shubhra





Bill Holloway <[EMAIL PROTECTED]>
05/26/2005 12:11 PM
Please respond to "Tapestry users"

 
        To:     Tapestry users <[email protected]>
        cc: 
        Subject:        Re: Periodically refreshing a component embedded in a 
page..


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