Re: Loading Screen!!

2007-07-19 Thread Richard Sayre

Look at the walking tour of the mail reader application.

http://planetstruts.org/struts2-mailreader/Welcome.do

It uses a loading page to redirect to an action.  The loading page is
just a plain html page the has a META HTTP-EQUIV=Refresh
CONTENT=2;URL=My.action tag.

I made a similar page with  Loading... and I used an animated
loading gif for the background.  This will display until the next jsp
page is fully loaded.

On 7/18/07, adambomb [EMAIL PROTECTED] wrote:


Hi
Im trying to make a loading jsp for a another jsp which takes considerable
time pulling out huge amount of data.
Can some body help me in making a loading screen which is displayed(perhaps
with hepl of javascript) while the page is loading a redirects to the actual
page once it has got the result.
Another way is to display partial page as it loads.eg 20 rows at a time.And
keeps on loading untill the whole result is recieved.
What would be the better way.
Pls provide detailed solution
Thanks
--
View this message in context: 
http://www.nabble.com/Loading-Screen%21%21-tf4105086.html#a11674430
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Loading Screen!!

2007-07-18 Thread adambomb

Hi 
Im trying to make a loading jsp for a another jsp which takes considerable
time pulling out huge amount of data. 
Can some body help me in making a loading screen which is displayed(perhaps
with hepl of javascript) while the page is loading a redirects to the actual
page once it has got the result. 
Another way is to display partial page as it loads.eg 20 rows at a time.And
keeps on loading untill the whole result is recieved. 
What would be the better way. 
Pls provide detailed solution 
Thanks
-- 
View this message in context: 
http://www.nabble.com/Loading-Screen%21%21-tf4105086.html#a11674430
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]