You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/29 02:06:28 UTC

svn commit: r349568 - in /myfaces/impl/trunk/tld/entities: html_anchor_attributes.xml html_input_checkbox_attributes.xml html_input_radio_attributes.xml html_select_attributes.xml html_textarea_attributes.xml

Author: skitching
Date: Mon Nov 28 17:06:23 2005
New Revision: 349568

URL: http://svn.apache.org/viewcvs?rev=349568&view=rev
Log:
Fix bad entity references introduced in recent work. Thanks to Dennis Byrne
for the patch. See MYFACES-881.

Modified:
    myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml
    myfaces/impl/trunk/tld/entities/html_input_checkbox_attributes.xml
    myfaces/impl/trunk/tld/entities/html_input_radio_attributes.xml
    myfaces/impl/trunk/tld/entities/html_select_attributes.xml
    myfaces/impl/trunk/tld/entities/html_textarea_attributes.xml

Modified: myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml?rev=349568&r1=349567&r2=349568&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_anchor_attributes.xml Mon Nov 28 17:06:23 2005
@@ -2,7 +2,7 @@
         &html_accesskey_attribute;
         &html_charset_attribute;
         &html_tabindex_attribute;
-        &html_focusblur_attribute;
+        &html_focus_blur_attributes;
         &html_type_attribute;
         &html_target_attribute;
 

Modified: myfaces/impl/trunk/tld/entities/html_input_checkbox_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_input_checkbox_attributes.xml?rev=349568&r1=349567&r2=349568&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_input_checkbox_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_input_checkbox_attributes.xml Mon Nov 28 17:06:23 2005
@@ -1,7 +1,7 @@
         <!-- HTML 4.0 input attributes for type "checkbox" -->
         &html_accesskey_attribute;
         &html_alt_attribute;
-        &html_datafld_datasrc_dataformatas;
+        &html_datafld_datasrc_dataformatas_attributes;
         &html_disabled_attribute;
         &html_focus_blur_attributes;
         &html_onchange_attribute;

Modified: myfaces/impl/trunk/tld/entities/html_input_radio_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_input_radio_attributes.xml?rev=349568&r1=349567&r2=349568&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_input_radio_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_input_radio_attributes.xml Mon Nov 28 17:06:23 2005
@@ -1,10 +1,10 @@
 <!-- HTML 4.0 input attributes for type "radio" -->
 &html_accesskey_attribute;
 &html_alt_attribute;
-&html_disable_attribute;
+&html_disabled_attribute;
 &html_focus_blur_attributes;
 &html_onchange_attribute;
 &html_onselect_attribute;
 &html_readonly_attribute;
 &html_tabindex_attribute;
-&html_datafld_datasrc_dataformatas;
+&html_datafld_datasrc_dataformatas_attributes;

Modified: myfaces/impl/trunk/tld/entities/html_select_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_select_attributes.xml?rev=349568&r1=349567&r2=349568&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_select_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_select_attributes.xml Mon Nov 28 17:06:23 2005
@@ -4,7 +4,7 @@
 &html_tabindex_attribute;
 &html_readonly_attribute;
 &html_disabled_attribute;
-&html_datafld_datasrc_dataformatas;
+&html_datafld_datasrc_dataformatas_attributes;
 <!-- "multiple" cannot be set manually -->
 <!-- "name" cannot be set manually -->
 <!-- "size" cannot be set directly for it is a MenuRenderer specific attribute -->

Modified: myfaces/impl/trunk/tld/entities/html_textarea_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_textarea_attributes.xml?rev=349568&r1=349567&r2=349568&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_textarea_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_textarea_attributes.xml Mon Nov 28 17:06:23 2005
@@ -2,7 +2,7 @@
 &html_datafld_datasrc_dataformatas_attributes;
 &html_accesskey_attribute;
 &html_disabled_attribute;
-&html_focus_blur_attribute;
+&html_focus_blur_attributes;
 &html_onchange_attribute;
 &html_onselect_attribute;
 &html_tabindex_attribute;