--- TonyD <[EMAIL PROTECTED]> wrote:
> How to obtain the equivalent html anchor in struts? 
> 
> <.a href=<s:property value="%{url}"/>
> target="_blank">     
>    ... 
> <./a>
> 
> I tried with the "targets" parameter but it doesn't
> work. 
> 
> <s:a href="%{url}" targets="_blank">     
>    ... 
> </s:a> 

Why not just use an HTML <a.../> tag with a URL
created via <s:url.../>?

d.


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

Reply via email to