Hi All,
In my struts2 application I want to open a new window when user click on a link available on jsp page.
I don’t want to user window.open() function of javascript and anchor tag i.e <s:a href=””>
.
Onclick control should goto action class, after some processing there it should open a new window.
Please help if it is possible.