> View source shows <a> href="http://www.foo.com";> foo.com</a>

I assume you mean

        <a href="http://www.foo.com";> foo.com</a>

Without the close bracket on "<a>". If this is what View Source
is showing, then your browser is receiving the correct HTML.
In other words, it isn't a problem with your server/jsp/struts
configuration.

Devon

Reply via email to