Hi All,
I have a fly pdf to show in
jsf file.
I got HttpServletResponse as response. Right, the title will show URL which I don't what to.
I want to show other title like "TEST PDF".
I tried this, however, it does not work.
response.setHeader("TITLE","TEST PDF");
Anyone can help me to solve the problem?
Thank very much in Advance.