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 base tag in the head of the

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