PROGRESS BAR
Can anyone help me how to show a progress bar while database is processing some data that needs to be displayed.
I am using struts and jsp.
Database processing is done when I click a link on the menu links of my screen.When this link is clicked a .do action is called from struts config and the action is called and database process starts.Once the process is done a jsp page is displayed.
How do I show the progress bar even before the action does a forward to the display page .
thanks

