<snip> On Thu, 10 Feb 2005 15:18:27 +0100, Gaet <[EMAIL PROTECTED]> wrote: > 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? </snip>
Yes. I do this. My HTML is a little different, e.g. resource.do?alias='dog'> or <html:img resource.do?alias='dog'/> but the idea is the same. The difference in the tag should tell you how it is done. Jack -- "You can lead a horse to water but you cannot make it float on its back." "Heaven has changed. The Sky now goes all the way to our feet. ~Dakota Jack~ "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]