You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hr...@apache.org on 2005/11/16 23:58:54 UTC

svn commit: r345143 - /struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml

Author: hrabago
Date: Wed Nov 16 14:58:48 2005
New Revision: 345143

URL: http://svn.apache.org/viewcvs?rev=345143&view=rev
Log:
Fix for Bug 37461 - documentation corrections - patch supplied by Christian Meder

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml?rev=345143&r1=345142&r2=345143&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/building_controller.xml Wed Nov 16 14:58:48 2005
@@ -1152,7 +1152,7 @@
     <strong>&lt;global-forwards&gt;</strong><br />
     This section contains your global forward definitions.  
     Forwards are instances of the ActionForward class returned from an 
-    ActionForm's <code>execute</code> method. 
+    Action's <code>execute</code> method. 
     These map logical names to specific resources (typically JSPs), allowing 
     you to change the resource without changing references to it throughout 
     your application.
@@ -1164,7 +1164,7 @@
     
         <li>
         <code>name</code>: The logical name for this forward.  
-        This is used in your ActionForm's <code>execute</code> method to 
+        This is used in your Action's <code>execute</code> method to 
         forward to the next appropriate resource. 
         Example: homepage
         </li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org