On Tue, Mar 25, 2008 at 6:03 PM, James Carman <[EMAIL PROTECTED]> wrote: > Can you surround your link with <wicket:link> and use a relative link?
I was trying not to touch the HTML files at all. I have this working now, after looking at the source for LocalizedImageResource, I noticed I could simply call: RequestCycle.get(),urlFor( resourceReference ); ... and use that in my StringHeaderContributor. Enrique --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
