You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Menke, John" <Jo...@acs-inc.com> on 2004/04/12 15:21:21 UTC

RE: Displaying an in-progress page while navigating from one page to another

I had problems doing this as gifs stop animating after a submit at least in
IE the only env i tested.  (assuming you submit to your action on first page
and gif is located on same page and you go directly to destination page.

what i ended up doing is finding an applet for my animation and using
dynamic html to display the applet when the user clicks the submit button.
the applet continues to animate until the page comes back from the submit
and looks like a progress bar.

-jm 

-----Original Message-----
From: Prasad, Kamakshya [mailto:kprasad@capitalservicing.co.jp]
Sent: Sunday, April 11, 2004 11:58 PM
To: user@struts.apache.org
Subject: Displaying an in-progress page while navigating from one page
to another


Hi All,
 
In our system we have some pages which take lot of time to process
because of the complicated back end logic. So, sometimes the navigation
from one page to another page is very slow. 
What our client wants is to show an intermediate revolving gif with some
informative text in it before the next page loads.
 
What I heard that it's possible to put some links in header of HTML
which can show an intermediate page before the next page loads. Could
anyone let me know about HTML head option?
 
We are using struts framework for our web tier. So I want to know if
there are any options in struts to do so.
 
KP

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org