improve tag doc for rendered property
-------------------------------------
Key: TRINIDAD-1005
URL: https://issues.apache.org/jira/browse/TRINIDAD-1005
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Documentation
Reporter: Sandy Schaffner
Priority: Minor
The tag doc for the visible attribute says: When "rendered" is false, the
component will not in any way be rendered, and cannot be made visible on the
client.
We need to add this information to the description for the rendered property.
Currently the description for the rendered property says: "whether the
component is rendered. When set to false, no output will be delivered for this
component."
Please change to: "whether the component is rendered. When set to false, no
output will be delivered for this component (the component will not in any way
be rendered, and cannot be made visible on the client). In most cases, use the
"rendered" property instead of the "visible" property."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.