Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.5.2
-
None
Description
WizardButtonBar.getDefaultButton() uses a cast to Button before returning the found component.
However, the interface only expects a IFormSubmittingComponent being returned.
This makes it hard to subclass this button bar to add our own logic using SubmitLinks instead of Buttons. Those casts should be changed to IFormSubmittingComponent.