husted      2004/01/01 05:46:29

  Modified:    web/validator/WEB-INF struts-config.xml
  Log:
  Move LocaleAction from Validator example webapp to standard Actions package, so that 
it can be used in other examples and tests.
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-struts/web/validator/WEB-INF/struts-config.xml
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/validator/WEB-INF/struts-config.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- struts-config.xml 24 Sep 2003 03:43:17 -0000      1.5
  +++ struts-config.xml 1 Jan 2004 13:46:29 -0000       1.6
  @@ -104,7 +104,7 @@
   
       <!-- Locale Action -->
       <action    path="/locale"
  -               type="org.apache.struts.webapp.validator.LocaleAction"
  +               type="org.apache.struts.actions.LocaleAction"
                  name="localeForm"
                  scope="request">
          <forward name="success"              path="/index.jsp"/>
  
  
  

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

Reply via email to