This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 106891

Summary: AJAX BluePrints: ProgressBar is not working properly in the runtime.
Product: obsolete Reporter: _ hlu <hlu>
Component: visualwebAssignee: Matthew Bohm <mbohm>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description _ hlu 2007-06-15 22:24:24 UTC
NB6 NBI build200706141200:
Following the tutorial:http://bookshelf.sfbay/jets/Rave/Tutorials/tutorials/shortfin/kb/55/vwp-ajaxprogressbar.html
Created and ran the webapp. Clicked the start button, no progress is shown in the progressbar. After a few scents,
clicked the start button again, sometimes it showed 0% and sometimes it showed some number percentage.
Comment 1 Matthew Bohm 2007-06-25 23:03:33 UTC
To save time, I may be able to debug this on hlu's machine. Hlu, do you know if you are using complib version 0.1.2?
Comment 2 _ hlu 2007-06-26 00:01:03 UTC
It was complib version0.1.2.
Comment 3 Matthew Bohm 2007-07-02 23:03:50 UTC
This is just a pilot error. Step 9 was overlooked. If you do step 9, all is fine:

In the Outline window, select form1. In the Properties window, set the form's onSubmit property to return
handleFormOnSubmit().
This JavaScript function prevents the page from being submitted when the user clicks either of the two Buttons.

Marking invalid.