[
https://issues.apache.org/jira/browse/WICKET-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor Vaynberg resolved WICKET-1342.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.2
Assignee: Igor Vaynberg
> Inline documentation
> --------------------
>
> Key: WICKET-1342
> URL: https://issues.apache.org/jira/browse/WICKET-1342
> Project: Wicket
> Issue Type: Bug
> Reporter: Martin Funk
> Assignee: Igor Vaynberg
> Fix For: 1.3.2
>
>
> 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.