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

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -