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><global-forwards></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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]