dwinterfeldt 02/03/18 19:55:32 Modified: web/blank/WEB-INF struts-config.xml Log: Added message resource definition and a commented out ValidatorPlugIn entry. Revision Changes Path 1.3 +18 -0 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- struts-config.xml 25 Jun 2001 00:02:28 -0000 1.2 +++ struts-config.xml 19 Mar 2002 03:55:32 -0000 1.3 @@ -96,4 +96,22 @@ </action-mappings> + <!-- ========== Message Resources Definitions =========================== --> + + <message-resources parameter="ApplicationResources"/> + + <!-- ========== Plug Ins Configuration ================================== --> + + <!-- + Add multiple validator resource files by setting the pathname property. + Default pluggable validator definitions are contained in validator-rules.xml. + Add any validation rules for forms in validator.xml. + --> + <!-- + <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> + <set-property property="pathname" value="/WEB-INF/validator-rules.xml"/> + <set-property property="pathname" value="/WEB-INF/validator.xml"/> + </plug-in> + --> + </struts-config>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>