Hi,
 
I have a problem that's getting me crazy.
 
A code in jsp file like this:
 
<%
for(int i=0; i<10; i++)
{
 out.println("i:"+i+"<br>");
 Thread.sleep(1000);

%>
 
is just showed in browser when tomcat finishes processing all iterates.
This is, tomcat sends the html soucecode just when process ends.
I need tomcat sends soucecode to response on demand (on each iteration)
 
Is it possible ?
Somebody help me ...
 
Thanks,

______________________________________________________________
Rogério Baldini das Neves
Diretor de Tecnologia
1 www.infoquest.com.br   
+
( 55 (31) 3261-7030 / Ramal 27

Reply via email to