Hello, I'm writting a web application using J2EE where several pages can contains the same images. I would like to have the path to these images into one place an if possible into the same place for all images. For instance in a file and have a tag to access like this <html:img alias="dog">
like this I can move my images from one folder to another, I will have only one file to update.... Does somebody use something similar? TIA Gaet