rleland     2002/11/27 23:12:52

  Modified:    src/share/org/apache/struts/actions SwitchAction.java
  Log:
  Bug#: 14054 Change Docs to read module and not application module
  
  Revision  Changes    Path
  1.9       +8 -8      
jakarta-struts/src/share/org/apache/struts/actions/SwitchAction.java
  
  Index: SwitchAction.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/share/org/apache/struts/actions/SwitchAction.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SwitchAction.java 9 Nov 2002 16:30:02 -0000       1.8
  +++ SwitchAction.java 28 Nov 2002 07:12:52 -0000      1.9
  @@ -85,11 +85,11 @@
    * <li><strong>page</strong> - Module-relative URI (beginning with "/")
    *     to which control should be forwarded after switching.</li>
    * <li><strong>prefix</strong> - The module prefix (beginning with "/")
  - *     of the application module to which control should be switched.  Use a
  + *     of the module to which control should be switched.  Use a
    *     zero-length string for the default module.  The
  - *     appropriate <code>ApplicationConfig</code> object will be stored as a
  + *     appropriate <code>ModuleConfig</code> object will be stored as a
    *     request attribute, so any subsequent logic will assume the new
  - *     application module.</li>
  + *     module.</li>
    * </ul>
    *
    * @author Craig R. McClanahan
  @@ -150,7 +150,7 @@
               return (null);
           }
   
  -        // Switch to the requested application module
  +        // Switch to the requested module
           RequestUtils.selectModule(prefix, request,
                                          getServlet().getServletContext());
           if (request.getAttribute(Globals.MODULE_KEY) == null) {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to