You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2007/05/19 01:27:56 UTC

svn commit: r539629 - /myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml

Author: grantsmith
Date: Fri May 18 16:27:55 2007
New Revision: 539629

URL: http://svn.apache.org/viewvc?view=rev&rev=539629
Log:
removed size attribute from commandButton, as per 
http://issues.apache.org/jira/browse/MYFACES-654

Modified:
    myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml

Modified: myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml?view=diff&rev=539629&r1=539628&r2=539629
==============================================================================
--- myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml (original)
+++ myfaces/core/trunk/impl/src/main/tld/entities/html_button_attributes.xml Fri May 18 16:27:55 2007
@@ -7,11 +7,5 @@
         &html_onchange_attribute;
         &html_tabindex_attribute;
         &html_type_attribute;
-        <attribute>
-            <name>size</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The initial width of this control.</description>
-        </attribute>
+