| Author |
Open new window from struts with session access
|
Lee Wright
Greenhorn
Joined: Nov 29, 2004
Posts: 11
|
|
Does anyone know how to open a new window from within the actionform? I need to have a new window created when a user clicks on an image link. I have managed to do it using the <html-el:link target="_blank" action="viewcode?index={$index}"> syntax. However, in the action handler for viewcode I do not see anything that was in the session scope of the previous page. Basically I need to be able to add items to a form array from a separate window form. Thanks in advance Lee
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
Moving to Web App Frameworks. [ December 08, 2004: Message edited by: Bear Bibeault ]
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Open new window from struts with session access
|
|
|