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/12 17:04:20 UTC

svn commit: r506514 - /tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml

Author: apetrelli
Date: Mon Feb 12 08:04:19 2007
New Revision: 506514

URL: http://svn.apache.org/viewvc?view=rev&rev=506514
Log:
TILES-11
Set the "chainConfig" init parameter.

Modified:
    tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml

Modified: tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml?view=diff&rev=506514&r1=506513&r2=506514
==============================================================================
--- tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml (original)
+++ tiles/examples/trunk/tiles-showcase/src/main/webapp/WEB-INF/web.xml Mon Feb 12 08:04:19 2007
@@ -66,12 +66,10 @@
       <param-name>config/tutorial</param-name>
       <param-value>/WEB-INF/struts-tutorial-config.xml</param-value>
     </init-param>
-    <!-- 
     <init-param>
-      <param-name>config/doc</param-name>
-      <param-value>/WEB-INF/struts-doc-config.xml</param-value>
+      <param-name>chainConfig</param-name>
+      <param-value>org/apache/struts/tiles2/chain-config.xml</param-value>
     </init-param>
-    -->
     <init-param>
       <param-name>validate</param-name>
       <param-value>true</param-value>