[cvs] expresso/expresso-web/WEB-INF/config struts-config.xml

JCorporate Ltd jcorp at jcorp2.servlets.net
Mon Jul 19 17:16:44 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config
In directory jcorp2.servlets.net:/tmp/cvs-serv30990

Modified Files:
	struts-config.xml 
Log Message:
added validator plugin


Index: struts-config.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config/struts-config.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** struts-config.xml	12 Feb 2004 03:24:48 -0000	1.41
--- struts-config.xml	20 Jul 2004 00:16:42 -0000	1.42
***************
*** 157,159 ****
--- 157,163 ----
  	<!-- Need to force to Expresso Plug-in -->
  	<plug-in className="com.jcorporate.expresso.core.controller.ExpressoPlugin"/>
+         <!-- Struts Validator -->
+         <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
+           <set-property property="pathnames" value="/WEB-INF/config/validator-rules.xml,/WEB-INF/config/validation.xml" />
+        </plug-in>
  </struts-config>



More information about the cvs mailing list