Hi,

 I want to control the href rewrite behaviour of the links in the head section.

Now from this:
<link href="css/some.css" type="text/css" rel="stylesheet" ></link>

Wicket rewrites to this:
<link href="../css/some.css" type="text/css" rel="stylesheet"></link>

I would like to rewrite to do something like this:
<link href="../mytheme/css/some.css" type="text/css" rel="stylesheet"></link>

Is this possible?

Thanks!

--
a10! i fins aviat.
J:-Deu

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to