Author: apetrelli Date: Thu Aug 31 04:45:48 2006 New Revision: 438874 URL: http://svn.apache.org/viewvc?rev=438874&view=rev Log: SB-41 Added test for the overridden content.
SB-40 Added test for the inline content. SB-37 It seems that correcting SB-41 resolves partially this issue: now "testput.jsp" works. 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=438874&r1=438873&r2=438874&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 Thu Aug 31 04:45:48 2006 @@ -6,9 +6,11 @@ <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/> + <a href="testinsertdefinition_override.jsp">Test Insert Configured Definition with an overridden content</a><br/> + <a href="testinsertdefinition_inline.jsp">Test Insert Configured Definition with an inline content</a><br/> + <a href="testput.jsp">Test Put Tag</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>