You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2007/02/06 10:35:47 UTC

svn commit: r504051 - /tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp

Author: apetrelli
Date: Tue Feb  6 01:35:46 2007
New Revision: 504051

URL: http://svn.apache.org/viewvc?view=rev&rev=504051
Log:
Corrected reference to Tiles' tags URI.

Modified:
    tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp

Modified: tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp?view=diff&rev=504051&r1=504050&r2=504051
==============================================================================
--- tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp (original)
+++ tiles/framework/trunk/tiles-test/src/main/webapp/testputlist.jsp Tue Feb  6 01:35:46 2007
@@ -21,7 +21,7 @@
  *
  */
 --%>
-<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
 
 <tiles:insertTemplate template="/putattributeslayout.jsp">
   <tiles:putAttribute name="stringTest" value="This is a string" type="string" />