I have several images and other static assets that are specified in my markup. The images are in an assets folder. Wicket is handling the URL change from relative to absolute. The issue is that there are no cache related headers on the images, so the browser never caches them. Is there a way to add these headers? I'd rather not move all image URL's to the Java code. Or is there a better way to handle this?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org