You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2002/11/05 15:10:07 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/action RequestProcessor.java

cedric      2002/11/05 06:10:07

  Modified:    src/share/org/apache/struts/action RequestProcessor.java
  Log:
  typo corrections
  
  Revision  Changes    Path
  1.20      +8 -4      jakarta-struts/src/share/org/apache/struts/action/RequestProcessor.java
  
  Index: RequestProcessor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/RequestProcessor.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- RequestProcessor.java	22 Sep 2002 05:46:52 -0000	1.19
  +++ RequestProcessor.java	5 Nov 2002 14:10:07 -0000	1.20
  @@ -374,6 +374,8 @@
        * Forward or redirect to the specified destination, by the specified
        * mechanism.
        *
  +     * This method takes the old ActionForward object as parameter. User should
  +     * use {@link processForwardConfig} when possible.
        * @param request The servlet request we are processing
        * @param response The servlet response we are creating
        * @param forward The ActionForward controlling where we go next
  @@ -394,6 +396,8 @@
       /**
        * Forward or redirect to the specified destination, by the specified
        * mechanism.
  +     * This method uses the 1.1b2 ForwardConfig object. It should be used in
  +     * place of processActionForward(...).
        *
        * @param request The servlet request we are processing
        * @param response The servlet response we are creating
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>