Hi..
I have a image.. in my HTML it is  <img
src="resources/images/ibFind.gif"/>.. After wicket, it is <img
src="../../../../resources/images/ibFind.gif">
But I need to have absolute path instead of ../../../....

What should I override? What is responsible to do that replace?
I've already tried to override the WicketFilter getRelativePath() method,
but it doesn't works..

Please, help!
Thanks,
Renan

Reply via email to