hi I am developing an struts application in which the user enters some information in screen A. After processing this information, I display the same screen A or may be another screen B. But the processing sometimes takes a while, so I want to display a dialogbox on the screen A that says "Please wait..." or " Processing....". In the interim, I'll do the processing while that screen is displayed, then automatically switch to screen A/B when ready. I need to process the information on the server and pass it to the client when it's ready. How can I do this? Can this be done? If so can I get some solution of how this can be done.
Thanks & Regards Shasi Rekha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

