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.