I'm including a CSS file in the head of my wicket page (wicket 1.6) using <wicket:link>
tags and it loads fine.
However links to images in my css e.g background-image: url(xxx/xxx/pic.png);
wont load.
How do i get wicket to recognise the links to my resources(images) in my css file and change them like when i include <wicket:link><img src="xxx/xxx/pic.png"></wicket:link>
in my HTML.
The images have to live next to the css file, i.e. be in the same directory.
check the following link : http://apache-wicket.1842946.n4.nabble.com/Images-referencing-in-CSS-with-Wicket-td3569363.html