dgraham 2003/01/30 22:33:20 Modified: src/share/org/apache/struts/tiles/actions DefinitionDispatcherAction.java Log: Fixed javadoc. Revision Changes Path 1.5 +6 -6 jakarta-struts/src/share/org/apache/struts/tiles/actions/DefinitionDispatcherAction.java Index: DefinitionDispatcherAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/DefinitionDispatcherAction.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- DefinitionDispatcherAction.java 16 Nov 2002 04:18:59 -0000 1.4 +++ DefinitionDispatcherAction.java 31 Jan 2003 06:33:20 -0000 1.5 @@ -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 @@ -87,7 +87,7 @@ * This action is usefull in following situations : * <li> * <ul>To associate an Url to a definition</ul> - * <ul>To use Struts <link> tag on a definition</ul> + * <ul>To use Struts <html:link> tag on a definition</ul> * </li> * <p>To configure the use of this action in your * <code>struts-config.xml</code> file, create an entry like this:</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]