Author: ivaynberg
Date: Sat Mar 8 17:25:20 2008
New Revision: 635132
URL: http://svn.apache.org/viewvc?rev=635132&view=rev
Log:
WICKET-1342: doc
Modified:
wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
Modified: wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml?rev=635132&r1=635131&r2=635132&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
(original)
+++ wicket/trunk/jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml Sat
Mar 8 17:25:20 2008
@@ -45,6 +45,10 @@
<param-value>deployment</param-value>
</context-param>
+ <!--
+ Parameter used by Spring to locate its context configuration used for
creating
+ a WebApplicationContext.
+ -->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:applicationContext.xml</param-value>