husted      2004/02/06 04:18:39

  Modified:    web/blank/WEB-INF struts-config.xml
  Log:
  Update to use forward attribute rather than ForwardAction.
  
  Revision  Changes    Path
  1.13      +1 -2      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- struts-config.xml 15 Jan 2004 04:02:08 -0000      1.12
  +++ struts-config.xml 6 Feb 2004 12:18:39 -0000       1.13
  @@ -109,8 +109,7 @@
               <!-- Forwards to Welcome.jsp -->
           <action
               path="/Welcome"
  -            type="org.apache.struts.actions.ForwardAction"
  -            parameter="/pages/Welcome.jsp"/>
  +            forward="/pages/Welcome.jsp"/>
   
       <!-- sample input and input submit actions
   
  
  
  

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

Reply via email to