Hello Nicolas,

> Have you add the following statement in your web.xml

Yes, exactly as you wrote:
    <context-param>
      <param-name>contextConfigLocation</param-name>
      <param-value>classpath:applicationContext.xml</param-value>
    </context-param>

I've also tried to use a wrong name for the xml file, only to see if I get an 
error - and I get one. So the spring config seems to be found.

Regards
Christian






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to