Re: Loading page while processing in background

2001-02-07 Thread Ravi Prashanth
>Would I load a "wait while loading" page, then redirect to the page that >does the processing? That brings you back to the same problem - loading time of the second page - which will remain the same. In the above solution, you've just added one additional page to your application, which neithe

Loading page while processing in background

2001-02-07 Thread Steve Bang
A JSP page that is loaded takes variable lengths of time (sometimes a few second, sometimes 30 seconds or more) for processing to occur before the generated PDF file is displayed. During the wait period, it would be ideal to display a "wait while loading ..." page was displayed in the browser wind