Re: Base Path for Page Resources Incorrect

2010-05-15 Thread Paweł Wielgus
Hi Dane, are You calling resources with absolute path? < img src="/absolute/path/to/image.jpg /> or relative? < img src="relative/path/to/image.jpg /> If relative then it is working like You described, if absolute then post your code. Best greetings, Paweł Wielgus 2010/5/14 Dane : > I'm testing

Re: Base Path for Page Resources Incorrect

2010-05-14 Thread Dane
On 10-05-14 10:52 AM, Dane wrote: I'm testing a Struts 2 application; resources included in the page--images, stylesheets--do not point to their absolute location, but instead adopt the path of the current page's URL and simply append their location to the end of it. I discovered that if I use

Base Path for Page Resources Incorrect

2010-05-14 Thread Dane
I'm testing a Struts 2 application; resources included in the page--images, stylesheets--do not point to their absolute location, but instead adopt the path of the current page's URL and simply append their location to the end of it. I discovered that if I use the tag in the of the document a