Author: niallp
Date: Thu Nov 10 17:41:46 2005
New Revision: 332416
URL: http://svn.apache.org/viewcvs?rev=332416&view=rev
Log:
Fix for Bug 37461 - documentation corrections - patch supplied by Christian
Meder
Modified:
struts/core/trunk/xdocs/userGuide/building_controller.xml
Modified: struts/core/trunk/xdocs/userGuide/building_controller.xml
URL:
http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_controller.xml?rev=332416&r1=332415&r2=332416&view=diff
==============================================================================
--- struts/core/trunk/xdocs/userGuide/building_controller.xml (original)
+++ struts/core/trunk/xdocs/userGuide/building_controller.xml Thu Nov 10
17:41:46 2005
@@ -1453,7 +1453,7 @@
<strong><global-forwards></strong><br />
This section contains your global forward definitions.
Forwards are instances of the ActionForward class returned from an
- ActionForm's execute method.
+ Action's execute method.
These map logical names to specific resources (typically JSPs), allowing
you to change the resource without changing references to it throughout
your application.
@@ -1465,7 +1465,7 @@
<li>
name: The logical name for this forward.
- This is used in your ActionForm's execute method to
+ This is used in your Action's execute method to
forward to the next appropriate resource.
Example: homepage
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]