Oops, forgot the closing quotation mark...

<html:link href="http://www.google.com";>
  Google
</html:link>

TR

Terry Roe wrote:
Caroline,

You should be able to use the href attribute of html:link, like this:

<html:link href="http://www.google.com>
  Google
</html:link>

This will render the href unchanged.

TR

Caroline Jen wrote:

I am working on one of my Struts JSPs.  I am trying to
put a link (not a link to invoke an action); something
equivalent to:

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

I want user to be at the Google's web site when they
click on 'Google' in my JSP.  The above HTML tag gives
me a problem.  I tried to use the <html:link ....>
tag, the Struts thinks http://www.google.com is a
path.

What is the equivalent way of expressing:
<a href="http://www.google.com";>Google</a>






__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- TR email: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to