Hi all,
I have a problem with JSP page not being refreshed. I would appreciate any
suggestions.
I have a jsp page where a user enters information and hits submit button
after which the information is processed by a bean during which time another
jsp page is shown with the progress bar.
Once this process is completed, if the user hits refresh menu on the first
page, the page is not refreshed and the old information is still there.
Thanks in advance.
kevin - 24 Jun 2004 11:53 GMT
> Hi all,
> I have a problem with JSP page not being refreshed. I would appreciate any
[quoted text clipped - 6 lines]
>
> Thanks in advance.
have you checked out the browser page refresh options? set it to
always look for newer versions. make sure that the page is actually
being requested by checking the webserver access logs.