|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 20:21:19
|
[ http://jira.springframework.org/browse/RCP-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-267:
-----------------------------
Fix Version/s: 1.x
> Forms in Wizards (with FormBackedWizardPages) are never commited by the WizardDialog (the only implementation of a WizardContainer).
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RCP-267
> URL: http://jira.springframework.org/browse/RCP-267
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Environment: any
> Reporter: Arne Limburg
> Assignee: Oliver Hutchison
> Fix For: 1.x
>
>
> Forms in Wizards (with FormBackedWizardPages) are never commited by the WizardDialog (the only implementation of a WizardContainer). I don't consider this as a bug, but this should be done, when a FormBackedWizardPage becomes invisible (due to a click on back or next or via showPage) if it is commitable. At least this should happen on a click on next. I suggest adding the methods isCommittable() and commit() to the FormBackedWizardPage, delegating to the backed Form's FormModel. Then the WizardDialog should call this methods in onNext(), onBack() and showPage() if the current page is an instance of FormBackedWizardPage.
--
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
|