You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2002/06/16 01:23:00 UTC

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

craigmcc    2002/06/15 16:23:00

  Modified:    src/share/org/apache/struts/action ActionServlet.java
  Log:
  Update comments about deprecated "mapping" init parameter to indicate that
  you can still effectively do this (per struts-config.xml file) by using the
  "type" attribute of the <action-mappings> element.
  
  PR: Bugzilla #9624
  Submitted by:	Ted Husted <husted at apache.org>
  
  Revision  Changes    Path
  1.103     +6 -5      jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java
  
  Index: ActionServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/action/ActionServlet.java,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- ActionServlet.java	6 Apr 2002 17:12:17 -0000	1.102
  +++ ActionServlet.java	15 Jun 2002 23:23:00 -0000	1.103
  @@ -236,7 +236,8 @@
    *         as the ActionMapping default value).
    *     </ul>
    *     <em>DEPRECATED - Configure this using the "className" attribute of
  - *     each &lt;action&gt; element.</em></li>
  + *     each &lt;action&gt; element, or globally for a subapp by using the
  + *     "type" attribute of the &lt;action-mappings&gt; element.</em></li>
    * <li><strong>maxFileSize</strong> - The maximum size (in bytes) of a file
    *     to be accepted as a file upload.  Can be expressed as a number followed
    *     by a "K" "M", or "G", which are interpreted to mean kilobytes,
  
  
  

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