/[Apache-SVN]/myfaces/impl/trunk/tld/entities/ui_component_attributes.xml
ViewVC logotype

Diff of /myfaces/impl/trunk/tld/entities/ui_component_attributes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/tld/entities/ui_component_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_component_attributes.xml	2005/11/25 00:28:55	348838
@@ -4,19 +4,22 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Every component may have an unique id. Automatically created if omitted.</description>
+            <description>The developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
+            enclosing naming container (e.g., h:form or f:subview).  This value must be a static value.
+            </description>
         </attribute>
         <attribute>
             <name>rendered</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>If false, this component will not be rendered.</description>
+            <description>A boolean value that indicates whether this component should be rendered.</description>
         </attribute>
         <attribute>
             <name>binding</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Component binding.</description>
+            <description>Identifies a backing bean property, of type UIComponent,
+            to bind to this component instance.  This value must be a static value.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26