Another question about jsp page refresh:
On a JSP page (thispage.jsp), there are some <jsp:forward
page="thatpage.jsp"/> or included file <%@ include file="thatpage.jsp"
%>. If the thatpage.jsp changed but thispage.jsp does change, new page
not displayed. How to fix it?
Bill
On Mon, 12 Jun 2000 13:41:27 +0800 Liwen Chen <[EMAIL PROTECTED]>
writes:
> Dear Preston and Maheshba:
>
> Sorry that I guess I don't understand what you suggested clearly.
> Now, I
> only want to do
> this: print the current time using a jsp file. The time will be
> updated
> every ten minutes. I wrote
> the jsp file as below, but it doesn't work. Help, please!
>
> <%@ page language="java" import="java.util.*" %>
> <%! Date date = new Date(); %>
> <html><head>
> <title>Refresh Test</title>
> <meta http-equiv="refresh" content="10">
> </head>
> <body>
> Result is : <%= date.toString() %>!
> </body>
> </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