Yes, I use javascript for the exact problem you mention.
Here is the code I use for the different possible formats:
<a
href="/camp/jsp/report/buildReport.do?report_run=html" target="html_report"
onclick="window.open('/camp/jsp/report/buildReport.do?report_run=html','html
_report','resizable=yes,toolbar=no,directories=no,status=no,menubar=yes,scro
llbars=yes');return false;"><bean:message key="report.type.html"/></a>
-----Original Message-----
From: kalpesh modi [mailto:[EMAIL PROTECTED]
Sent: Monday, February 13, 2006 9:14 AM
To: Struts Users Mailing List
Subject: Re: Spawning a new window from Action.execute
You will need to use javascript. Let the javascript function call your
action class and open a new window.
HTH.
---------------------------------
Yahoo! Mail
Use Photomail to share photos without annoying attachments.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]