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
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
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
3 matches
Mail list logo