2010/3/3 adam pinder <apin...@hotmail.co.uk>:
> I personally use the standard <a> tag not the struts one and use struts to 
> populate the tooltip with <s:text> so <a href="..." title="<s:text 
> ....>">some link text</a>
>
> not sure the struts <a> really adds much as the href is likely to be just the 
> action name not the full URL anyway.

<#if parameters.title??>
  title="${parameters.title?html}"<#rt/>
</#if>

Strange, title attribute is set in a-close.ftl, did you try to use
<s:a title="Test">sdfsdf</a> ?


Regards
-- 
Łukasz
http://www.lenart.org.pl/
Kapituła Javarsovia 2010
http://javarsovia.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to