You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2003/01/18 23:13:11 UTC

cvs commit: jakarta-struts/doc/userGuide building_controller.xml

craigmcc    2003/01/18 14:13:11

  Modified:    doc/userGuide building_controller.xml
  Log:
  Fix a typo in an XML configuration example.
  
  PR: Bugzilla #16161
  Submitted by:	Leo Mekenkamp <issues.apache.org at mekenkamp.com>
  
  Revision  Changes    Path
  1.54      +1 -1      jakarta-struts/doc/userGuide/building_controller.xml
  
  Index: building_controller.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- building_controller.xml	29 Dec 2002 22:15:35 -0000	1.53
  +++ building_controller.xml	18 Jan 2003 22:13:10 -0000	1.54
  @@ -1184,7 +1184,7 @@
               type="org.apache.struts.webapp.example.LogonForm" />
        </form-beans>
       <global-forwards
  -        type="org.apache.struts.action.ActionForward" />
  +        type="org.apache.struts.action.ActionForward">
           <forward 
               name="logon" 
               path="/logon.jsp"
  
  
  

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