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 152595 - Next and Finish buttons from Wizard framework are not being cleared
Summary: Next and Finish buttons from Wizard framework are not being cleared
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 01:11 UTC by Jonelle Almero
Modified: 2008-11-08 01:02 UTC (History)
1 user (show)

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 Jonelle Almero 2008-11-07 01:11:59 UTC
When a binding component fires an error event, the 'Next' and 'Finish' buttons are disabled which is the correct
behavior.  However, if user decides to g back all the way to the first page of the WSDL Wizard and selects a different
Binding to configure, the 'Next' and 'Finish' buttons are still disabled.  This prevents users from creating wsdls once
there is an error reported by any of the binding components and immediately go back without correcting the error.
Comment 1 Shivanand Kini 2008-11-07 02:45:19 UTC
Steps to reproduce:
1. New wsdl document
2. Select File and poll
3. Select userhome in "Polling Directory Relative to", Observe the error and next and finish are disabled.
4. Click Back 
5. Click next, error message is gone, but next and finish are disabled
6. Click back, select soap and click next,
7. Observe that next and finish are still disabled.



Comment 2 Shivanand Kini 2008-11-07 02:46:40 UTC
The right behavior should be the following:
1. after step 5 should be that the error message should be there.
2. after step 7 is that next and finish should be enabled.
Comment 3 Shivanand Kini 2008-11-07 02:47:06 UTC
Fixed in soadev branch.
Changeset:
http://hg.netbeans.org/soa-dev/rev/9c1c7b8fc501
Comment 4 Shivanand Kini 2008-11-07 20:13:55 UTC
Fixed in soarelease:
Changeset:
http://hg.netbeans.org/soarelease/rev/c5fe6357ea7d
Comment 5 ggenipudi 2008-11-08 01:02:18 UTC
Tested and verified using gfesb 11/07 and followed the steps below and observed the following behavior
1. New wsdl document
2. Select File and poll
3. Select userhome in "Polling Directory Relative to", Observe the error and next and finish are disabled.
4. Click Back 
5. Click next, error message is there, but next and finish are disabled
6. Click back, select soap and click next,
7. Observe that next and finish are still enabled.