> but i am wondering as to how would i make it work wicket such that image gets
> fetched from the classpath and not relative to the application root..
> So basically here is my scenario, i have jar bundled with the page
> components and in them i want to refer to the images (bundled within the jar
> only).
>
> This jar will eventually be bundled within a war application which will be
> using these components.

Wicket reads packaged resources from the classpath, including
individual jars. For instance, look at the date picker in
wicket-datetime. That has a whole bunch of CSS/ JavaScript and even
image dependencies that all get served from the jar.

Eelco

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

Reply via email to