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 - AJAX BluePrints: ProgressBar is not working properly in the runtime.
Summary: AJAX BluePrints: ProgressBar is not working properly in the runtime.
Status: RESOLVED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 22:24 UTC by _ hlu
Modified: 2007-07-02 23:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.