You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by tm...@apache.org on 2006/04/29 15:09:01 UTC

svn commit: r398146 - /incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

Author: tmjee
Date: Sat Apr 29 06:09:01 2006
New Revision: 398146

URL: http://svn.apache.org/viewcvs?rev=398146&view=rev
Log:
remove adding Spring listener from example snippet cause this snippet is
used to decribe the minimal configuration, no need to add complexity by
including listener to boot up Spring


Modified:
    incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml

Modified: incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml?rev=398146&r1=398145&r2=398146&view=diff
==============================================================================
--- incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/webwork2/webapps/starter/src/main/webapp/WEB-INF/web.xml Sat Apr 29 06:09:01 2006
@@ -14,11 +14,12 @@
         <filter-name>action2</filter-name>
         <url-pattern>/*</url-pattern>
     </filter-mapping>
+	<!-- END SNIPPET: example -->
 
     <listener>
         <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
     </listener>
-    <!-- END SNIPPET: example -->
+    
 
     <!-- START SNIPPET: freemarkerSupport -->
     <servlet>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org