craigmcc 02/03/15 20:42:11
Modified: doc/userGuide building_controller.xml
Log:
Change variable name to the one in the standard calling sequence, as
documented in the JavaDocs.
PR: Bugzilla #6183
Submitted by: Garard Weathersby <gerard at charlesconsulting.com>
Revision Changes Path
1.10 +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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- building_controller.xml 20 Feb 2002 00:41:14 -0000 1.9
+++ building_controller.xml 16 Mar 2002 04:42:11 -0000 1.10
@@ -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]>