Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
environment independent.
Description
The current description of "selected" attribute on component SelectBoolean says:
whether or not the component is currently selected. This is a typesafe alias for the "value" attribute.
We should clarify that "selected" should not be used together with "value" attribute since it will cause conflict if they are bound to different EL expressions. So the description should be changed to:
whether or not the component is currently selected. This is a typesafe alias for the "value" attribute. Note that "selected" and "value" attributes should not be used at the same time.