para poder visualizar me toca cerrar la ejecucion actual y volver a ejecutarla. ya prove con
<META HTTP-EQUIV="Cache-Control" CONTENT ="no-cache">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="expires" CONTENT="0">
y con
<%
response.setHeader("Cache-Control","no-cache");
response.setHeader("Pragma","no-cache");
response.setDateHeader ("Expires", 0);
%>
lo cual creo q es l mismo pero no hay solucion.. ayuda..
