I'm developing a struts2 project.
In my struts.xml
, I have a redirect to a dynamic page http://myurl.de/2012-07-20.html
like described here: How to do dynamic URL redirects in Struts 2?.
But I want the new page to be shown in a new tab. Is there a way to do this in the struts.xml
file?
I found some JavaScript solutions but I would prefer to do it in the struts.xml