craigmcc 02/03/15 20:44:36 Modified: doc/userGuide Tag: STRUTS_1_0_BRANCH building_controller.xml Log: Port the docco fix for Bugzilla #6183. Revision Changes Path No revision No revision 1.1.2.5 +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.1.2.4 retrieving revision 1.1.2.5 diff -u -r1.1.2.4 -r1.1.2.5 --- building_controller.xml 21 Nov 2001 16:12:18 -0000 1.1.2.4 +++ building_controller.xml 16 Mar 2002 04:44:36 -0000 1.1.2.5 @@ -286,7 +286,7 @@ <p> The "<code>global-forwards</code>" section is used to create logical name mappings for commonly used jsp pages. Each of these forwards is available through a call to your action mapping instance, - i.e. <code>actionMappingInstace.findForward("logicalName")</code>. + i.e. <code>mapping.findForward("logicalName")</code>. </p> <p> As you can see, this mapping matches the path <code>/logon</code> (actually,
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>