aspose file tools
The moose likes Spring and the fly likes Spring Web - DisplayLoading image while processing. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Spring Web - DisplayLoading image while processing." Watch "Spring Web - DisplayLoading image while processing." New topic
Author

Spring Web - DisplayLoading image while processing.

Cj Recto
Greenhorn

Joined: Mar 02, 2012
Posts: 25
Hellow guys, Do you have any Idea how to display loading gif image while processing data on web page?
I'm currently retrieving thousands of records from a server then load it to a table. I just want to display a loading gif
during the process.

here is the code of my view :
this will load thousands of rows coming from the server.



Any Idea would be appreciated guys!

Thanks in Advance!!! :-)
pamir sonmez
Ranch Hand

Joined: May 31, 2010
Posts: 46
i would suggest you to use jquery
also google it like jquery loading gif
and a sample link from the results
http://jquery-howto.blogspot.com/2009/04/display-loading-gif-image-while-loading.html
Cj Recto
Greenhorn

Joined: Mar 02, 2012
Posts: 25
Thanks pamir sonmez, it helped! ;-)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Spring Web - DisplayLoading image while processing.
 
Similar Threads
regarding conversion of gif file to doc file
JPEG2000
displaying loading image on clicking a link or Node
Animated GIF stops with new request
How to show loading image while moving between pages?