Hi All.....
I am using netbeans 6.1 to create a web application(vis ual web jsf pages). I have a heavy task I need to run, so I run the task in a separate thread which is started from a button_action. Once the button is clicked, it sets visible a woodstock component progress bar(Indetermina te) to show the heavy task is running. The problem I am having is try to get the progress bar to "disappear" once the heavy task has completed and the separate thread is no longer running. I would really rather not have the progress bar appear in a separate jsp page, but rather just disappear from the original visual web jsf page. I have tried setting the separate thread class as a bean in the jsp code of the original visual web jsf page, but have gotten nowhere with that.
Does anyone have any suggestions???? ??
Thanks in advance for any help or suggestions....
Silgd1
I am using netbeans 6.1 to create a web application(vis ual web jsf pages). I have a heavy task I need to run, so I run the task in a separate thread which is started from a button_action. Once the button is clicked, it sets visible a woodstock component progress bar(Indetermina te) to show the heavy task is running. The problem I am having is try to get the progress bar to "disappear" once the heavy task has completed and the separate thread is no longer running. I would really rather not have the progress bar appear in a separate jsp page, but rather just disappear from the original visual web jsf page. I have tried setting the separate thread class as a bean in the jsp code of the original visual web jsf page, but have gotten nowhere with that.
Does anyone have any suggestions???? ??
Thanks in advance for any help or suggestions....
Silgd1
Comment