Then there is the mountSharedResource method, but it works on resource
by resource basis. Instead, I need to alias the path for a big number
of resources (for example, static images for my application).
Ideally,  I would like my images, following the previous example, to
be requested as:
<wicket:link><img src="img/some_image.gif"/></wicket:link>

If your goal is just to supply static pictures and don't have programmatically control over them, why don't you just create an img-folder in your webroot? Then pictures will be served by your container instead of Wicket :)

-- Edvin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to