I would like to display the URL link in a new window. 
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> 

Thanks in advance. 

-- 
View this message in context: 
http://www.nabble.com/Struts-anchor-question-tf4428839.html#a12634121
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to