jholmes 2002/10/25 17:25:25 Modified: web/blank/WEB-INF struts-config.xml validation.xml web/example/WEB-INF validation.xml web/tiles-documentation/doc tutorial.jsp web/validator/WEB-INF validation.xml Log: change validation.xml files to reference Commons Validator DTD Revision Changes Path 1.7 +0 -10 jakarta-struts/web/blank/WEB-INF/struts-config.xml Index: struts-config.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/struts-config.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- struts-config.xml 26 Jul 2002 13:33:08 -0000 1.6 +++ struts-config.xml 26 Oct 2002 00:25:24 -0000 1.7 @@ -1,11 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> - - <!DOCTYPE struts-config PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" - "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"> @@ -332,16 +328,10 @@ <!-- end comment if struts1.0.x --> <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> - <set-property - property="pathnames" - value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> - </plug-in> - - </struts-config> 1.3 +2 -2 jakarta-struts/web/blank/WEB-INF/validation.xml Index: validation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/validation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- validation.xml 20 Oct 2002 02:13:29 -0000 1.2 +++ validation.xml 26 Oct 2002 00:25:24 -0000 1.3 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE form-validation PUBLIC - "-//Apache Software Foundation//DTD Struts Validation Configuration 1.1//EN" - "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd"> + "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN" + "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd"> <form-validation> 1.6 +3 -3 jakarta-struts/web/example/WEB-INF/validation.xml Index: validation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/example/WEB-INF/validation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- validation.xml 20 Oct 2002 02:13:29 -0000 1.5 +++ validation.xml 26 Oct 2002 00:25:24 -0000 1.6 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE form-validation PUBLIC - "-//Apache Software Foundation//DTD Struts Validation Configuration 1.1//EN" - "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd"> + "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN" + "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd"> <!-- Validation Rules for the Struts Example Web Application 1.2 +2 -1 jakarta-struts/web/tiles-documentation/doc/tutorial.jsp Index: tutorial.jsp =================================================================== RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/doc/tutorial.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tutorial.jsp 6 Jul 2002 01:13:48 -0000 1.1 +++ tutorial.jsp 26 Oct 2002 00:25:25 -0000 1.2 @@ -2,5 +2,6 @@ <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <tiles:insert definition="doc.mainLayout" flush="true"> - <tiles:put name="body" value="/doc/tutorialBody.html" /> +<!-- <tiles:put name="body" value="/doc/tutorialBody.html" /> --> + <tiles:put name="body" value="/tutorial/index.jsp" /> </tiles:insert> 1.5 +2 -2 jakarta-struts/web/validator/WEB-INF/validation.xml Index: validation.xml =================================================================== RCS file: /home/cvs/jakarta-struts/web/validator/WEB-INF/validation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- validation.xml 20 Oct 2002 02:13:29 -0000 1.4 +++ validation.xml 26 Oct 2002 00:25:25 -0000 1.5 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE form-validation PUBLIC - "-//Apache Software Foundation//DTD Struts Validation Configuration 1.1//EN" - "http://jakarta.apache.org/struts/dtds/validation_1_1.dtd"> + "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.0//EN" + "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd"> <form-validation> <global>
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>