You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2005/09/14 19:56:03 UTC

svn commit: r280895 - /myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml

Author: baranda
Date: Wed Sep 14 10:55:58 2005
New Revision: 280895

URL: http://svn.apache.org/viewcvs?rev=280895&view=rev
Log:
Fixes MYFACES-567

Modified:
    myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml?rev=280895&r1=280894&r2=280895&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/ui_parameter_attributes.xml Wed Sep 14 10:55:58 2005
@@ -1,5 +1,17 @@
         <!-- UIParameter attributes -->
-        &ui_component_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>