Dear Julian, I just did that, but it still doesn't work...You can check my
previous
post for the jsp file I wrote. Thanks for your help!

Liwen

----- Original Message -----
From: "Julian Flores" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 12, 2000 1:38 PM
Subject: Re: Refreshing jsp page...


Hello from México Liwen Chen

put this code in your JSP... this solve the problem..

No cache
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">

Auto refresh
<meta http-equiv=Refresh content=300>

where 300 is the time that you wait the for refresh.

saludos! / matane! / regards!







                    Liwen Chen
                    <[EMAIL PROTECTED]        To:
[EMAIL PROTECTED]
                    >                            cc:
                    Sent by: "A mailing          Subject:     Refreshing jsp
page...
                    list for discussion
                    about Sun
                    Microsystem's Java
                    Servlet API
                    Technology."
                    <SERVLET-INTEREST@jav
                    a.sun.com>


                    06/11/00 08:56 PM
                    Please respond to "A
                    mailing list for
                    discussion about Sun
                    Microsystem's Java
                    Servlet API
                    Technology."






I wrote a servlet to retrieve stock information for some stocks interested
by my boss. And I use a JSP
page to display the table. The problem is: my boss askes the page to be
refreshed every five or ten mins.
How can I achieve it? It seems the JSP file is compiles once and later, I
always get the same content when i try to refresh it. When I visiting web
pages, I find that there are lot of pages that refreshing all the
time and the performance looks good. I really don't know how to achieve
that. Anyone can help?

Thanks a lot!

Liwen

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to