Re: Mapping image src and href in production

2009-11-23 Thread Igor Vaynberg
there is no best practices because there is no standard way of packaging images in webapps, and so there are many ways to solve the problem. if you are packing all your images under WEB-INF/images: you cannot serve images straight out of WEB-INF, so you will have to create a servlet. map it to /i

Mapping image src and href in production

2009-11-23 Thread Alec Swan
I am relatively new to Wicket and currently using Wicket 1.4.2 with Tomcat 6.0. I would like to understand the recommended way of handling static images with Wicket in production. Suppose I have the following image: This image is static and do not want to create a wicket:id for it and change th