use ContextImage class also current wicket takes over contextroot/resources directory, so you might want to use something else.
-igor On Fri, Mar 7, 2008 at 12:43 PM, Renan Camponez <[EMAIL PROTECTED]> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
