Hi,

I am testing a very simple jsp, which displays the date (see below).
I can get the page up ok, but when I click refresh it works a few times then
the browser seems to hang and the page doesn't come up.  If I click stop and
then refresh I get an error (webapp:error 500).

I am expecting the page to refrsh as many times as it is accessed. Any idea
what is happening ?

Regards,
Rupert Young

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Context-Type" content="text/html">
   <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
   <link rel="stylesheet" type="text/css" href="style/links.css">
</head>

 <p align="center"><font face="Verdana Ref" size="2">Today</font></p>
      <p align="center"><font face="Verdana Ref" size="2"><%= new
java.util.Date()%>&nbsp;</font></p>

</html>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to