Tom Ansley wrote:
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>
That way the Form gets not submitted, and the bean does not have the latest data on form.
It may not always be a problem, but I see it not perfect.. But it's a way to go it nothing better comes around..
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

