"Dynamic" JSP?
Hi All,
I have an application that I converted from J2SE into JSP form. It employs a console-like JTextArea which I used to simply append to. Now I replaced it with an iframe that supposedly does the same thing. It supposed to do some processing, and prints out stage by stage what it is doing. However, it appears that JSP cannot do that. Instead, it completes every processing job before printing out all the stages at one go. and in the interim period the page looks like its loading or hanging. Is there any way to make JSP print out line by line?

