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]

Reply via email to