Author: apetrelli
Date: Thu Sep 28 04:49:36 2006
New Revision: 450815
URL: http://svn.apache.org/viewvc?view=rev&rev=450815
Log:
Corrected reference to the inner definition
Modified:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp
Modified:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp?view=diff&rev=450815&r1=450814&r2=450815
==============================================================================
---
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp
(original)
+++
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags.jsp
Thu Sep 28 04:49:36 2006
@@ -8,6 +8,6 @@
<tiles:definition name="test.composite.definition.tags" template="/layout.jsp">
<tiles:put name="title" value="This is a composite definition with
tags."/>
<tiles:put name="header" value="/header.jsp"/>
- <tiles:put name="body" value="test.inner.definition" type="definition"/>
+ <tiles:put name="body" value="test.inner.definition.tags"
type="definition"/>
</tiles:definition>
<tiles:insert name="test.composite.definition.tags" type="definition" />
Modified:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp?view=diff&rev=450815&r1=450814&r2=450815
==============================================================================
---
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp
(original)
+++
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_composite_tags_notype.jsp
Thu Sep 28 04:49:36 2006
@@ -8,6 +8,6 @@
<tiles:definition name="test.composite.definition.tags" template="/layout.jsp">
<tiles:put name="title" value="This is a composite definition with
tags."/>
<tiles:put name="header" value="/header.jsp"/>
- <tiles:put name="body" value="test.inner.definition"/>
+ <tiles:put name="body" value="test.inner.definition.tags"/>
</tiles:definition>
<tiles:insert name="test.composite.definition.tags" type="definition" />