Author: wsmoak
Date: Mon Dec 19 19:51:47 2005
New Revision: 357896

URL: http://svn.apache.org/viewcvs?rev=357896&view=rev
Log:
Use the chain config file from Tiles with the ComposableRequestProcessor 
(instead of using the TilesRequestProcessor.)

Modified:
    struts/sandbox/trunk/archetypes/blank/README.txt
    
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
    
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml

Modified: struts/sandbox/trunk/archetypes/blank/README.txt
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/README.txt?rev=357896&r1=357895&r2=357896&view=diff
==============================================================================
--- struts/sandbox/trunk/archetypes/blank/README.txt (original)
+++ struts/sandbox/trunk/archetypes/blank/README.txt Mon Dec 19 19:51:47 2005
@@ -37,7 +37,7 @@
          -Dfile=/path/to/struts-action-1.3.0-dev.jar
          -DgroupId=org.apache.struts
          -DartifactId=struts-action
-         -Dversion=1.3.0-dev
+         -Dversion=1.3.0-SNAPSHOT
          -Dpackaging=jar
          -DgeneratePom=true
 

Modified: 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml?rev=357896&r1=357895&r2=357896&view=diff
==============================================================================
--- 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
 (original)
+++ 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/struts-config.xml
 Mon Dec 19 19:51:47 2005
@@ -104,12 +104,6 @@
     </action-mappings>
 
 
-<!-- ============================================= Controller Configuration -->
-
-    <controller
-       processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>
-
-
 <!-- ======================================== Message Resources Definitions -->
 
     <message-resources parameter="MessageResources" />

Modified: 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewcvs/struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml?rev=357896&r1=357895&r2=357896&view=diff
==============================================================================
--- 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
 (original)
+++ 
struts/sandbox/trunk/archetypes/blank/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml
 Mon Dec 19 19:51:47 2005
@@ -15,6 +15,10 @@
       <param-name>config</param-name>
       <param-value>/WEB-INF/struts-config.xml</param-value>
     </init-param>
+    <init-param>
+      <param-name>chainConfig</param-name>
+      <param-value>org/apache/struts/tiles/chain-config.xml</param-value>
+    </init-param>
     <load-on-startup>2</load-on-startup>
  </servlet>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to