-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.16.0, 7.0.0-M2
-
Component/s: wicket-extensions
-
Labels:
The implementation of isEnabled in PreviousButton breaks the implicit contract of setEnabled(false) -> isEnabled() returning false.
Implementation should be
return super.isEnabled() && getWizardModel().isPreviousAvailable();