Hi
I will confess from the start that this is not really a struts problem but I
am sure that members of the group will have seen this before and know the
solution.
I have a link on a jsp page to an external site : <a
href="http://www.foo.com"> foo.com</a>
The problem is that when I browse to the page containing this link
(http://127.0.0.1/demosite/index.jsp) the browser insists on attempting to
find http://127.0.0.1/www.foo.com which as you would expect returns a 404
Configuration is
W2K
Apache 1.3.20
Tomcat 3.2.1
david