Defect #177 ยป servoy_jasperreports.patch
src/com/servoy/plugins/jasperreports/JasperReportsWebViewer.java (working copy) | ||
---|---|---|
65 | 65 |
file = "report_" + sdf.format(cal.getTime()) + "." + ext; |
66 | 66 |
} |
67 | 67 |
String url = wapp.serveResource(file, jsp, mimeType); |
68 |
wapp.showURL(url, "_blank", null);
|
|
68 |
wapp.showURL(url, "_self", null, 0);
|
|
69 | 69 |
} |
70 | 70 |
} |
71 | 71 |
} |