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

svn commit: r503804 [2/2] - in /tiles/examples/trunk/tiles-showcase/src/main/webapp: ./ WEB-INF/ common/ doc/ examples/ examples/tiles/ layout/ layouts/ layouts/skin1/ test/ tutorial/ tutorial/basic/ tutorial/common/ tutorial/common/menu/ tutorial/defi...

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/columnsLayout.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/columnsLayout.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/columnsLayout.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/columnsLayout.jsp Mon Feb  5 10:39:02 2007
@@ -22,7 +22,7 @@
  */
 --%>
 <%@ page import="org.apache.struts.tiles.ComponentContext"%>
-<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
 
 <%-- Layout component 
   Render a list in severals columns

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/vboxLayout.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/vboxLayout.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/vboxLayout.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/layout/vboxLayout.jsp Mon Feb  5 10:39:02 2007
@@ -22,7 +22,7 @@
  */
 --%>
 <%@ page import="java.util.Iterator"%>
-<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
 
 <%-- Layout component 
   Render a list on severals columns

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/overloadDefinitionParameters.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/overloadDefinitionParameters.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/overloadDefinitionParameters.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/overloadDefinitionParameters.jsp Mon Feb  5 10:39:02 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:insertDefinition name="myFirstDefinition" flush="true" >
   <tiles:put name="title" value="My First Definition Page With Overloaded Title" />

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portal/portalBody.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portal/portalBody.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portal/portalBody.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portal/portalBody.jsp Mon Feb  5 10:39:02 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="/layout/columnsLayout.jsp" flush="true">
   <tiles:put name="numCols" value="2" />

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portalPage.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portalPage.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portalPage.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/portalPage.jsp Mon Feb  5 10:39:02 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="/tutorial/layout/classicLayout.jsp" flush="true">
   <tiles:put name="title"  value="My First Portal Page" />

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/strutsForward.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/strutsForward.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/strutsForward.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/strutsForward.jsp Mon Feb  5 10:39:02 2007
@@ -21,6 +21,6 @@
  *
  */
 --%>
-<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
 
 <tiles:insertDefinition name="forward.example.choice.page" flush="true" />

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test.jsp Mon Feb  5 10:39:02 2007
@@ -22,7 +22,7 @@
  */
 --%>
 <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
-<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
+<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>
 
 <html:html>
   <head>

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/header.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/header.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/header.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/header.jsp Mon Feb  5 10:39:02 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" %>
 <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 
 

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/myLayout.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/myLayout.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/myLayout.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/myLayout.jsp Mon Feb  5 10:39:02 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" %>
 <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 
 <%-- Layout component 

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/templateLayout.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/templateLayout.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/templateLayout.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test/templateLayout.jsp Mon Feb  5 10:39:02 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" %>
 <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 
 <%-- Layout component 

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test2.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test2.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test2.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test2.jsp Mon Feb  5 10:39:02 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="/test/myLayout.jsp" flush="true">
   <tiles:put name="title"  value="My first page" />

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test3.jsp
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test3.jsp?view=diff&rev=503804&r1=503803&r2=503804
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test3.jsp (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/tutorial/test3.jsp Mon Feb  5 10:39:02 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" %>
 <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
 
 <tiles:insertTemplate template='/test/templateLayout.jsp'>