You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/09/13 21:06:41 UTC

svn commit: r280627 - /myfaces/examples/trunk/conf/basic-web.xml

Author: matzew
Date: Tue Sep 13 12:06:37 2005
New Revision: 280627

URL: http://svn.apache.org/viewcvs?rev=280627&view=rev
Log:
tiles context parameter added to web.xml. This ensures that the tiles example is runable!

Modified:
    myfaces/examples/trunk/conf/basic-web.xml

Modified: myfaces/examples/trunk/conf/basic-web.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/conf/basic-web.xml?rev=280627&r1=280626&r2=280627&view=diff
==============================================================================
--- myfaces/examples/trunk/conf/basic-web.xml (original)
+++ myfaces/examples/trunk/conf/basic-web.xml Tue Sep 13 12:06:37 2005
@@ -94,6 +94,18 @@
             Default: "false"
         </description>
     </context-param>
+
+    <!-- Tiles ViewHandler config file -->
+    
+    <context-param>
+    	<param-name>tiles-definitions</param-name>
+    	<param-value>/WEB-INF/tiles.xml</param-value>
+    	<description>
+    	Tiles configuration
+         definition files and a listener need to be defined.
+         the listener will initialize JspTilesViewHandlerImpl with tiles definitions.
+    	</description>
+    </context-param>
 
     <!-- Extensions Filter -->
     <filter>