I need to have one of the "Request Processing... Please wait" type of things
for an action I have that takes about 10 seconds to run....

If I was doing straight servlets I would write some javascript/dhtml stuff I
found on the web to display the message and then flush the output stream..
then do the rest of the processing and then again flush the output stream to
hide the "Request Processing..." stuff.

How can I pull something like this off in Struts?  Do I just grab the output
stream from the response object or is there a better way to do this whole
thing?

Thanks!
--
Sloan



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

Reply via email to