On 10/28/07, Brill Pappin <[EMAIL PROTECTED]> wrote: > I'm attempting to have wicket run from the base directory "filter mapping is > /*". > The trouble is that I have a lot of static content I don't want in the > classpath. i.e. I want it in the normal place content is located, in > src/main/webapp.
Just can just put those images in there. And use plain img tags. If Wicket's filter can't handle certain content, the request will fall through and the container (or whatever filter is defined next) will handle it. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
