dgraham     2002/11/11 16:17:11

  Modified:    doc/userGuide building_controller.xml
  Log:
  Fixed error in 4.7.2 and changed multi-application to module
  
  Revision  Changes    Path
  1.45      +2 -2      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.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- building_controller.xml   1 Nov 2002 04:54:47 -0000       1.44
  +++ building_controller.xml   12 Nov 2002 00:17:11 -0000      1.45
  @@ -1072,7 +1072,7 @@
             described earlier might look like this:</p>
   
   <pre>
  -http://www.mycompany.com/myapplication/execute/logon
  +http://www.mycompany.com/myapplication/do/logon
   </pre>
   
           <p>
  @@ -1111,7 +1111,7 @@
           servlet.</p>
   
           <p><font color="red"><strong>WARNING</strong></font> - If you are using
  -        the new multi-application support in Struts 1.1, you should be aware
  +        the new module support in Struts 1.1, you should be aware
           that <strong>only</strong> extension mapping is supported.</p>
   
         </section>
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to