Hi, The need is to refresh a web page based on events on the server side. Is there a way to do it ? Thanks satya
Vikas Aggarwal
Ranch Hand
Joined: Jun 22, 2001
Posts: 140
posted
0
Just send the response from the server side to the JSP/servlet to be refreshed. For that use response.sendRedirect("<jsp-name>"); For better results in the case of JSP... in the jsp to be refreshed use <%response.setHeader("Cache-Control","no-cache");%> at the top after nothing.
Originally posted by Satyashree Mahapatra: Hi, The need is to refresh a web page based on events on the server side. Is there a way to do it ? Thanks satya
------------------ Vikas Aggarwal Technology Associate Shakun Global Networks