update document on "select" attribute of SelectBoolean component
----------------------------------------------------------------
Key: TRINIDAD-1954
URL: https://issues.apache.org/jira/browse/TRINIDAD-1954
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Documentation
Environment: environment independent.
Reporter: Jing Wu
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.