wicket autolink in CSS -
wicket autolink in CSS -
i have next line within section of panel:
.divider{ background-image: url("img/pspacer.png"); }
with .png placed relative panel java/html sources
wicket autolink enabled , works other resources, such .js , .css files. url within css declaration unmodified wicket , of course of study results in error when requested form browser.
java.lang.classnotfoundexception: img
the error changes 404 error if there no collision static resources. yet original problem remains, autolinker not alter reference.
css wicket autolink
Comments
Post a Comment