I would like to display the URL link in a new window.
How to obtain the equivalent html anchor in struts?

<s:property value= " targets="_blank">                      
   ...


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-tf4428755.html#a12633865
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