| 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! ;-)
|
 |
 |
|
|
subject: Spring Web - DisplayLoading image while processing.
|
|
|