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

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

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

--- myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml	2005/11/25 00:28:55	348838
@@ -1,28 +1,35 @@
-        <!-- UIParameter attributes -->
-        <attribute>
-            <name>binding</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Component binding.</description>
-        </attribute>
-        <attribute>
-            <name>id</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-        </attribute>
-        <attribute>
-            <name>name</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Name of this parameter</description>
-        </attribute>
-        <attribute>
-            <name>value</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Initial value or value binding.</description>
-        </attribute>
+<!-- UIParameter attributes -->
+<attribute>
+    <name>binding</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>An EL value binding 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>
+    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>name</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>A String containing the name of the parameter.</description>
+</attribute>
+<attribute>
+    <name>value</name>
+    <required>true</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>The value of this parameter.</description>
+</attribute>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26