You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ar...@apache.org on 2002/05/13 04:12:27 UTC

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

arron       02/05/12 19:12:27

  Modified:    doc/userGuide building_controller.xml
  Log:
  Minor docco fix. Reported by Stephen Brown in bug 7518.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- building_controller.xml	16 Mar 2002 04:42:11 -0000	1.10
  +++ building_controller.xml	13 May 2002 02:12:27 -0000	1.11
  @@ -25,7 +25,7 @@
         
         <ul>
           <li>Write an <code>Action</code> class for each logical request that may 
  -            be received (extend <code>org.apache.action.Action</code>).</li>
  +            be received (extend <code>org.apache.struts.action.Action</code>).</li>
           <li>Configure a ActionMapping (in XML) for each logical request that may 
               be submitted. The XML configuration file is usually named
               <code>struts-config.xml</code>.</li>
  
  
  

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