You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2004/02/12 18:53:33 UTC

cvs commit: jakarta-velocity-tools/examples/struts/WEB-INF struts-app5-config.xml

nbubna      2004/02/12 09:53:33

  Modified:    examples/struts/WEB-INF struts-app5-config.xml
  Log:
  fix bad action path
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity-tools/examples/struts/WEB-INF/struts-app5-config.xml
  
  Index: struts-app5-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/WEB-INF/struts-app5-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- struts-app5-config.xml	28 Jan 2004 01:55:58 -0000	1.1
  +++ struts-app5-config.xml	12 Feb 2004 17:53:33 -0000	1.2
  @@ -36,7 +36,7 @@
               validate="false"
               parameter="/examples/struts_app5/validator-demo.vm"/>
   
  -    <action path="/do_submit_jsp"
  +    <action path="/do_submit_vm"
               type="org.apache.struts.actions.ForwardAction"
               name="emailForm"
               input="/index_vm.do"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org