I have the following line inside a section of a panel:
.divider{
background-image: url("img/pspacer.png");
}
With the .png placed relative to the panel java/html sources
Wicket Autolink is enabled and works for other resources, such as .js and .css files. the Url inside the CSS declaration is unmodified by Wicket and of course results in an error when requested form the browser.
java.lang.ClassNotFoundException: img
the error changes to a 404 Error if there is no collision with static resources. Yet the original problem remains, that the autolinker does not alter the reference.