Author: apetrelli
Date: Mon Aug 28 04:55:18 2006
New Revision: 437678
URL: http://svn.apache.org/viewvc?rev=437678&view=rev
Log:
SB-38
Added a test to check if a definition can be inserted with <tiles:insert>
without specifying *type="definition"*
Added:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_notype.jsp
Modified:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp
Modified: struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp?rev=437678&r1=437677&r2=437678&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp (original)
+++ struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/index.jsp Mon Aug 28
04:55:18 2006
@@ -5,6 +5,7 @@
<h2>Currently working tests</h2>
<a href="testinsertdefinition.jsp">Test Insert Configured
Definition</a><br/>
+ <a href="testinsertdefinition_notype.jsp">Test Insert Configured
Definition with no type specified</a><br/>
<h2>Currently not working tests</h2>
<a href="testput.jsp">Test Put Tag</a><br/>
Added:
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_notype.jsp
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_notype.jsp?rev=437678&view=auto
==============================================================================
---
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_notype.jsp
(added)
+++
struts/sandbox/trunk/tiles/tiles-test/src/main/webapp/testinsertdefinition_notype.jsp
Mon Aug 28 04:55:18 2006
@@ -0,0 +1,3 @@
+<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+
+<tiles:insert name="test.definition" />