|
From: Johannes S. (JIRA) <no...@sp...> - 2008-02-07 19:38:35
|
AbstractWizard#addPages is called multiple times, when Wizard is reused
-----------------------------------------------------------------------
Key: RCP-536
URL: http://jira.springframework.org/browse/RCP-536
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Command System
Affects Versions: 1.0.0
Reporter: Johannes Schneider
Priority: Critical
The method AbstractWizard#addPages is called multiple times when a WizardDialog is shown multiple times.
You can reproduce this using the PetClinitStandalone.
Just open the NewOwnerWizard, enter some values, go to the next page and *cancel*.
Now reopen the wizard. Now the wizard has each page added two times.....
This is a major problem that should be fixed asap. Wizards are almost unusable now.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|