Think about make a symbol link of every /myapp/mymodule1/sharedimages/, /myapp/mymodule2/sharedimages/ to /myapp/images then you can refer to <html:img page="/sharedimages/xxx.gif">
----- Original Message ----- From: "Christopher Cheng" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 11:10 AM Subject: Referencing an application level image How can I reference an image located in the application's root image folder with <html:img> in a mutiple module environment? For example if I use <html:img page="/images/picture.gif"> it will generate "/myapp/mymodule/images/picture.gif" If I would like to reference "/myapp/images/picture.gif" instead, how could I do it? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

