JSP REFRESHING

2000-12-05 Thread Balkrishna R.Parab
Hi All, I am facing problem in refreshing JSP page. I am displaying todays birthday based on system date, but jsp page doesnt display todays birthday unless i make some changes in JSP page. this is what i hv in jSP page can anyone help me?? Thankx and regards, Balkrishna R Parab Global Te

Re: JSP REFRESHING

2000-12-06 Thread Dan Tillin
rab" <[EMAIL PROTECTED]> Subject: JSP REFRESHING Hi All, I am facing problem in refreshing JSP page. I am displaying todays birthday based on system date, but jsp page doesnt display todays birthday unless i make some changes in JSP page. this is what i hv in jSP page can any

ASP vs. JSP refreshing a page

2000-05-12 Thread Peter Joseph Otto
In Asp I would use Response.Buffer=True Response.ExpiresAbsolute=#Jan 01, 1980 00:00:00# How do I get JSP to Refresh its page the next time I enter it? ( the database has changed its values, so I want JSP to show the new values) ==

Re: ASP vs. JSP refreshing a page

2000-05-12 Thread Shawn McKisson
> To: <[EMAIL PROTECTED]> Sent: Friday, May 12, 2000 7:03 PM Subject: ASP vs. JSP refreshing a page > In Asp I would use > Response.Buffer=True > Response.ExpiresAbsolute=#Jan 01, 1980 00:00:00# > > How do I get JSP to Refresh its page the next time I enter it? > >