progress bar from a separate thread in netbeans

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Silgd1
    New Member
    • Sep 2007
    • 25

    progress bar from a separate thread in netbeans

    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
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hey there partner!

    I found you a bit of reading, look a bit in mid protion of the text, I think something added can be helpful:

    Session Transcripts from October 22, 2007 on Ask the Experts - Sun Developer Network (SDN)

    Comment

    Working...