CheckBoxMultipleChoice should use isEnabledInHierarchy()
--------------------------------------------------------
Key: WICKET-2664
URL: https://issues.apache.org/jira/browse/WICKET-2664
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.4.1
Reporter: Craig McIlwee
Fix For: 1.5-M1
... instead of isEnabled() when rendering. This will make it consistent with
all other form components, otherwise a call to setEnabled(false) on a form will
disable all components except the CheckBoxMultipleChoice which requires special
handling at the moment.
FYI, I posted this to the mailing list and there were no objections or
reasoning for the current behavior
http://www.mail-archive.com/[email protected]/msg46303.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.