You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2007/08/11 11:15:46 UTC

svn commit: r564880 - /struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml

Author: pbenedict
Date: Sat Aug 11 02:15:45 2007
New Revision: 564880

URL: http://svn.apache.org/viewvc?view=rev&rev=564880
Log:
STR-3084: Fix Tiles example error

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml
URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml?view=diff&rev=564880&r1=564879&r2=564880
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/src/site/xdoc/examples.xml Sat Aug 11 02:15:45 2007
@@ -131,7 +131,7 @@
   <tiles:put name="header" value="header.jsp" />
   <tiles:put name="body"   value="body.jsp" />
 </tiles:definition>
-<tiles:insert beanName="templateDefinition" />
+<tiles:insert definition="templateDefinition" />
     ]]></source>
 
     <p>Using this method of defining Tiles can be very tricky.  If you define a