| Author |
How to show a Progress Bar while operation is being executed
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Hi
I have a JSP page made of HTML and some Javascript .
When i click on a button (Add button its related to my Application logic) , the operation is taking some time , so in mean time i want to show the user Progress Bar related to the Operation , please let me know how can i implement this ??
Thanks in advance .
|
Save India From Corruption - Anna Hazare.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
The operation is place where? The button is doing what exactly?
Very limited details = very bad answers.
Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56163
|
|
|
Or no answers.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Or no answers.
The operation is place where? The button is doing what exactly?
Sorry , i did not post this as i thought this is all related to Other tiers of the Application .
Okay , The Add button of my application will be responsible to Add an User in Oracle Database ,(for this it executes two insert queries).
The flow is of JSP -->Servlet--->SessionBeans---->ServiceLayer---->Hibernate---->Database .
|
 |
 |
|
|
subject: How to show a Progress Bar while operation is being executed
|
|
|