Hi

I would like to implement a live progress on a JSP, something like:

time = 0s
*********
Synchronizing database...

time = 5s
*********
Synchronizing database... DONE!
Sending mail to keith...

time =10s
*********
Synchronizing database... DONE!
Sending mail to keith... DONE!

Essentially, I need to flush the ouput to the page correct? Can I do this
from the Action class? I doubt this can be achieved because the MVC
architecture forces you to prepare the entire data for view. So, you cannot
flush part of the view from the Action.

Anyone done this kind of thing?

Keith


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to