Should be very simple

Old way..
Page1  = who do the main request  ---> Page2 just with the loading
message
Page2 will have in the body onload a function who do the request to
generate the pdf

"New" way
Before call the pdf generation, show a loading message with dhtml, after
that, call the pdf

"New New" way, if you are working with Ajax, you could monitor the state
of the response, while it is not state 4. show the dialog.


Regards

Rodrigo Asensio


-----Original Message-----
From: Marc Farrow [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 24, 2006 8:23 AM
To: Tomcat Users List
Subject: Re: Creating "Busy Page" while Tomcat is processing

this question would get a much better response by asking in a JSP/Java
forum/list.

On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote:
>
> In my ongoing project to create a PDF phone list I know find it 
> necessary to create a "busy" page while tomcat is processing the data.
> I am using servlets and java code to do all the work.
> Any ideas on if or how I should proceed.
> Thanks
> Calvin
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, 
> e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Marc Farrow

This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law.  If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system.  If you
have any questions about this e-mail please notify the sender
immediately.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to