Inline documentation
--------------------
Key: WICKET-1342
URL: https://issues.apache.org/jira/browse/WICKET-1342
Project: Wicket
Issue Type: Bug
Reporter: Martin Funk
svn diff ./jdk-1.5/wicket-examples/src/main/
Index: jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml
===================================================================
--- jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml (Revision
627698)
+++ jdk-1.5/wicket-examples/src/main/webapp/WEB-INF/web.xml (Arbeitskopie)
@@ -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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.