You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/02/05 23:17:09 UTC

svn commit: r503902 - in /myfaces/tomahawk/trunk/sandbox/core/src/main/tld: entities/validation_script.xml myfaces_sandbox.tld

Author: cagatay
Date: Mon Feb  5 14:17:08 2007
New Revision: 503902

URL: http://svn.apache.org/viewvc?view=rev&rev=503902
Log:
Add tld for validationscript

Added:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/validation_script.xml
Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld

Added: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/validation_script.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/validation_script.xml?view=auto&rev=503902
==============================================================================
    (empty)

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?view=diff&rev=503902&r1=503901&r2=503902
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Mon Feb  5 14:17:08 2007
@@ -146,6 +146,7 @@
 <!ENTITY sortable_column_attributes 	SYSTEM "entities/sortable_column_attributes.xml">
 <!ENTITY html_imageloop_attributes	SYSTEM "entities/html_imageloop_attributes.xml">
 <!ENTITY html_imageloopitems_attributes	SYSTEM "entities/html_imageloopitems_attributes.xml">
+<!ENTITY validation_script_attributes	SYSTEM "entities/validation_script_attributes.xml">
 ]>
 
 <taglib>
@@ -1603,6 +1604,16 @@
         </description>
         &ui_component_attributes;
         &sortable_column_attributes;
+     </tag>
+     
+     <!-- ValidationScript -->
+     <tag>
+        <name>validationScript</name>
+        <tag-class>org.apache.myfaces.custom.clientvalidation.validationscript.ValidationScriptTag</tag-class>
+        <body-content>JSP</body-content>
+        <description>
+        </description>
+        &ui_component_attributes;
      </tag>
 
 </taglib>