dgraham 2003/02/01 07:42:44 Modified: src/share/org/apache/struts/taglib/tiles InsertTag.java Log: javadoc update. Revision Changes Path 1.10 +8 -9 jakarta-struts/src/share/org/apache/struts/taglib/tiles/InsertTag.java Index: InsertTag.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/tiles/InsertTag.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- InsertTag.java 29 Dec 2002 21:31:02 -0000 1.9 +++ InsertTag.java 1 Feb 2003 15:42:44 -0000 1.10 @@ -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 @@ -83,16 +83,15 @@ import org.apache.struts.tiles.DefinitionAttribute; import org.apache.struts.tiles.DefinitionNameAttribute; import org.apache.struts.tiles.DefinitionsFactoryException; -//import org.apache.struts.tiles.DefinitionsUtil; import org.apache.struts.tiles.TilesUtil; import org.apache.struts.tiles.DirectStringAttribute; import org.apache.struts.tiles.FactoryNotFoundException; import org.apache.struts.tiles.NoSuchDefinitionException; /** - * This is the tag handler for <template:insert>, which includes - * a template. The tag's body content consists of <template:put> - * tags, which are accessed by <template:get> in the template. + * This is the tag handler for <tiles:insert>, which includes + * a template. The tag's body content consists of <tiles:put> + * tags, which are accessed by <tiles:get> in the template. * * @author David Geary * @author Cedric Dumoulin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]