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

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

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

--- myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_select_items_attributes.xml	2005/11/25 00:28:55	348838
@@ -4,18 +4,32 @@
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Component binding.</description>
+            <description>A value that identifies a backing bean property, of type UIComponent,
+            to bind to this component instance. </description>
         </attribute>
         <attribute>
             <name>id</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
+            <description>
+            A Developer-assigned ID of this component.  The ID must be unique within the scope of the tag's 
+            enclosing naming container (e.g., &lt;h:form&gt; or &lt;f:subview&gt;).
+            
+            This must be a static value.
+            </description>
         </attribute>
         <attribute>
             <name>value</name>
             <required>false</required>
             <rtexprvalue>false</rtexprvalue>
             <type>java.lang.String</type>
-            <description>Value reference pointing at a List or Array of javax.faces.model.SelectItem instances.</description>
+            <description>An EL expression that specifies the contents of the selection list.  The expression can refer to one of the following:
+            
+            1.  a single SelectItem  
+            2.  an array or Collection of SelectItem instances
+            3.  a Map.  The contents of the Map are used to create SelectItem instances, where the SelectItem's label is the map's key value, 
+            and the SelectItem's value is the map's value.
+            
+            The value properties of each of the SelectItems must be of the same basic type as the parent component's value.</description>
         </attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26