- Joined
- Sep 27, 2006
- Messages
- 2
- Reaction score
- 0
I have a Struts application. In the main window, I have a list of items. The requirement is to have hyper links on these items that will bring up the details of these items, in a separate window. I know that in standard HTML, I can use target="_blank" to bring up the 2nd window. I also know that with Struts tag I can also use target="_blank". However, if I have this in my HREF, it will bring up a new window every time. The requirement is to use the same 2nd window for display. How do I do that?
Thanks.
Thanks.