You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/06/22 07:26:43 UTC

svn commit: r416247 - /myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml

Author: dennisbyrne
Date: Wed Jun 21 22:26:42 2006
New Revision: 416247

URL: http://svn.apache.org/viewvc?rev=416247&view=rev
Log:
removed three USOs from UIInput and added three TLD attributes

Modified:
    myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml

Modified: myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml?rev=416247&r1=416246&r2=416247&view=diff
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml (original)
+++ myfaces/core/branches/jsf12/impl/src/main/tld/entities/html_input_attributes.xml Wed Jun 21 22:26:42 2006
@@ -22,3 +22,22 @@
     <type>java.lang.String</type>
     <description>HTML: The initial width of this control, in characters.</description>
 </attribute>
+
+<attribute>
+    <name>converterMessage</name>
+    <required>false</required>
+    <rtexprvalue>true</rtexprvalue>
+    <description>Attribute added for 1.2</description>
+</attribute>
+<attribute>
+    <name>requiredMessage</name>
+    <required>false</required>
+    <rtexprvalue>true</rtexprvalue>
+    <description>Attribute added for 1.2</description>
+</attribute>
+<attribute>
+    <name>validatorMessage</name>
+    <required>false</required>
+    <rtexprvalue>true</rtexprvalue>
+    <description>Attribute added for 1.2</description>    
+</attribute>
\ No newline at end of file