Hi, I'm moving my components to a Tapestry component library. But I'm not sure how to handle images used in those components. Before I just put them in *src/main/webapp/images/* and then used *<img src="${context:/images/something.png" />*
But what's the right way of handling images in a Tapestry library. I've been trying different things without success. 1) Where do I put my images 2) How can I get the url to these images, also how if I need to get them dynamically (use of AssetSource?) Thanks