Author: wsmoak
Date: Thu Oct 27 21:39:29 2005
New Revision: 329093

URL: http://svn.apache.org/viewcvs?rev=329093&view=rev
Log:
Use Validator 1.2.0 DTD

Modified:
    struts/apps/trunk/blank/src/webapp/WEB-INF/validation.xml
    struts/apps/trunk/mailreader/src/webapp/WEB-INF/validation.xml

Modified: struts/apps/trunk/blank/src/webapp/WEB-INF/validation.xml
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/blank/src/webapp/WEB-INF/validation.xml?rev=329093&r1=329092&r2=329093&view=diff
==============================================================================
--- struts/apps/trunk/blank/src/webapp/WEB-INF/validation.xml (original)
+++ struts/apps/trunk/blank/src/webapp/WEB-INF/validation.xml Thu Oct 27 
21:39:29 2005
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 
 <!DOCTYPE form-validation PUBLIC
-          "-//Apache Software Foundation//DTD Commons Validator Rules 
Configuration 1.1.3//EN"
-          "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd";>
+     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 
1.2.0//EN"
+     "http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd";>
 
 <form-validation>
 

Modified: struts/apps/trunk/mailreader/src/webapp/WEB-INF/validation.xml
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/mailreader/src/webapp/WEB-INF/validation.xml?rev=329093&r1=329092&r2=329093&view=diff
==============================================================================
--- struts/apps/trunk/mailreader/src/webapp/WEB-INF/validation.xml (original)
+++ struts/apps/trunk/mailreader/src/webapp/WEB-INF/validation.xml Thu Oct 27 
21:39:29 2005
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
-
 <!DOCTYPE form-validation PUBLIC
-          "-//Apache Software Foundation//DTD Commons Validator Rules 
Configuration 1.1.3//EN"
-          "http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd";>
+     "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 
1.2.0//EN"
+     "http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd";>
 
 <!--
     Validation Rules for the Struts Example Web Application



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to