dgraham 2003/03/17 18:25:11 Modified: src/share/org/apache/struts/tiles ActionComponentServlet.java Log: Tiles uses ActionServlet since 1.1. Revision Changes Path 1.9 +5 -4 jakarta-struts/src/share/org/apache/struts/tiles/ActionComponentServlet.java Index: ActionComponentServlet.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/ActionComponentServlet.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ActionComponentServlet.java 27 Feb 2003 19:20:52 -0000 1.8 +++ ActionComponentServlet.java 18 Mar 2003 02:25:11 -0000 1.9 @@ -7,7 +7,7 @@ * * The Apache Software License, Version 1.1 * - * Copyright (c) 1999-2002 The Apache Software Foundation. All rights + * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without @@ -89,6 +89,7 @@ * This new method could now be overiden in order to dispatch request before * forwarding. * Compliant to ActionServlet from struts 2001/06/25 00:02:27 + * @deprecated Tiles now uses ActionServlet with TilesPlugin and TilesRequestProcessor. */ public class ActionComponentServlet extends ActionServlet { /** Definitions factory */
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]