RE: using images and modules

2003-01-31 Thread John Espey
ailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 11:14 AM To: Struts Users Mailing List Subject: using images and modules I would like to use modules but keep my images directory in the same place for the whole webapp. I have no problem getting images into JSPs used by main module actions.

RE: using images and modules

2003-01-31 Thread Raible, Matt
essage- > From: Andy Kriger [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 31, 2003 10:14 AM > To: Struts Users Mailing List > Subject: using images and modules > > > I would like to use modules but keep my images directory in > the same place > for the whole

using images and modules

2003-01-31 Thread Andy Kriger
I would like to use modules but keep my images directory in the same place for the whole webapp. I have no problem getting images into JSPs used by main module actions. They use relative paths where src="images/...". This resolves to /images. In order to use the same relative paths with modules, I