Author: apetrelli
Date: Fri Aug 25 04:45:27 2006
New Revision: 436766
URL: http://svn.apache.org/viewvc?rev=436766&view=rev
Log:
SB-27
Linked to the new test
SB-36
Separated working and not-working tests
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=436766&r1=436765&r2=436766&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 Fri Aug 25
04:45:27 2006
@@ -3,6 +3,10 @@
<body>
<h1>Tiles 2 Test Application</h1>
+ <h2>Currently working tests</h2>
+ <a href="testinsertdefinition.jsp">Test Insert Configured
Definition</a><br/>
+
+ <h2>Currently not working tests</h2>
<a href="testput.jsp">Test Put Tag</a><br/>
<a href="testdef.jsp">Test Definition Tag</a><br/>
</body>