I'm using JSP & Struts2 for development.
When I login, I call an action, which inturn takes some time to load the data on the page.
While the data is getting loaded, I want to show a busy cursor and once the page is completely loaded, remove off that.
Also I'm using jQuery to a large extent. Is there a way to achieve this?