you shouldn't use a new compilation.
That's precisily what makes JSP/servlets so good.

What I think your problem is, is that your browser (or a proxy server)
caches the resulting page and that you're not doing a new request at all.
Check your browser settings, try shift-reload, add refresh headers like
"pragma" .. in your page.

Geert 'Darling' Van Damme

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Herbert Pfleger
> Sent: maandag 24 juli 2000 17:57
> To: [EMAIL PROTECTED]
> Subject: refresh
>
>
> Hi all,
> how can I implement a Refresh-Button in a jsp-page. When I only
> reload the page,
> i got no new values, cause the jsp-page is already transformed to
> a servlet and
> the servlet is already compiled and does not refresh. So how can
> I make a total
> refresh (with new java-file and new compilation).
> Thanks a lot
> Herb
>
> ==================================================================
> =========
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to