Re: How to open a page in new window with or tag?

2008-04-15 Thread Mohiit
I myself found the solution. To open link in the new window, do as it is mentioned below. test this is working for me. I hope this solution can help you guys also. =) Mohiit wrote: > I am using Struts 2. I want to open the page in the new window when I > click > on an icon. I am u

How to open a page in new window with or tag?

2008-04-09 Thread Mohiit
I am using Struts 2. I want to open the page in the new window when I click on an icon. I am using tag and giving action by tag. i.e., ,/s:url> This way it is opening an action in same page. I want it in the new window like in HTML tag we can do it by link . What