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

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 neither

Background

1999-08-20 Thread /servlet-interest Aquiles_Zurita
Hi everybody. this is an easy question for you. how can i use a background in a jsp page ? my code has Body Background="Blue" and it's no working. i always see a white jsp page. Thanks in advance Aquiles PS.- my browser is able to view HTML, ASP pages with b