That only works in Linux/Unix environment, I have to make my application work on both Windows and Linux environment. Also it seems that I will have more headache in deployment (making symbolic everytime the war file is exploded)
----- Original Message ----- From: "Louie Zhang" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Christopher Cheng" <[EMAIL PROTECTED]> Sent: Saturday, March 01, 2003 12:28 AM Subject: Re: Referencing an application level image > 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]

