Clarify UISelectBoolean with respect to Converters
Although a converter can be specified with UISelectBoolean components, the only real values can be true or false, or from a UI standpoint, a check box is selected or not selected. Per the change log item C003, the expected type for UISelectBoolean would be java.lang.Boolean so the use of a converter is not needed.
The clarification that the use of a converter is not needed for UISelectBoolean components should be made:
- Section 3.3.3 of the specification should mention that specifying a converter on a UISelectBoolean component is not needed.
- In the TLD description for the converter attribute on the selectBooleanCheckbox tag
Justification:
With C003 the expected type for UISelectBoolean would be java.lang.Boolean so the use of a converter is not needed.
Issue 429
|