You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jh...@apache.org on 2002/06/25 03:09:21 UTC

cvs commit: jakarta-struts/contrib/validator/web/example/WEB-INF struts-config.xml

jholmes     2002/06/24 18:09:21

  Modified:    contrib/validator/web/example/WEB-INF struts-config.xml
  Log:
  Update to use correct parameters.
  
  PR: Bugzilla #10163
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-struts/contrib/validator/web/example/WEB-INF/struts-config.xml
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/validator/web/example/WEB-INF/struts-config.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- struts-config.xml	17 Mar 2002 00:42:41 -0000	1.4
  +++ struts-config.xml	25 Jun 2002 01:09:21 -0000	1.5
  @@ -99,8 +99,8 @@
     
     <!-- Add multiple validator resource files by setting the pathname property -->
     <plug-in className="org.apache.struts.validator.action.ValidatorPlugIn">
  -    <set-property property="pathname" value="/WEB-INF/validator-rules.xml"/>
  -    <set-property property="pathname" value="/WEB-INF/validation.xml"/>
  +    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,
  +                                              /WEB-INF/validation.xml"/>
     </plug-in>
         
   </struts-config>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>