hi
I have a report which calls export to pdf.jsp in that iam using the following synatax
response.setHeader("Content-disposition", "inline;filename="+reportname);
the report is opening in the browser properly but when i give save as option then the name has been taken as full url instead of report name.pdf
any help will be highly appreciated.