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 2005/11/08 18:24:46 UTC

svn commit: r331851 - /myfaces/impl/trunk/tld/entities/html_form_attributes.xml

Author: grantsmith
Date: Tue Nov  8 09:20:07 2005
New Revision: 331851

URL: http://svn.apache.org/viewcvs?rev=331851&view=rev
Log:
Remove name attribute from <h:form>. See JIRA-798

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

Modified: myfaces/impl/trunk/tld/entities/html_form_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/entities/html_form_attributes.xml?rev=331851&r1=331850&r2=331851&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/entities/html_form_attributes.xml (original)
+++ myfaces/impl/trunk/tld/entities/html_form_attributes.xml Tue Nov  8 09:20:07 2005
@@ -2,7 +2,6 @@
         <attribute><name>accept</name>          <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>acceptCharset</name>   <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>enctype</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
-        <attribute><name>name</name>            <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>onreset</name>         <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>onsubmit</name>        <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>
         <attribute><name>target</name>          <required>false</required>  <rtexprvalue>false</rtexprvalue></attribute>