| Author |
Change title (IE7.0 now, IE8 later) instead of URL
|
Sam Sunamin
Ranch Hand
Joined: Mar 16, 2007
Posts: 113
|
|
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.
|
Yours Sam<br />SCJP5.0 97%<br />SCBCD5.0 72%
|
 |
Sam Sunamin
Ranch Hand
Joined: Mar 16, 2007
Posts: 113
|
|
I got HttpServletResponse as response in UI Bean and use response.setHeader("TITLE","TEST PDF"); to change title.
However it does not work.
Help me out, please!!!
|
 |
 |
|
|
subject: Change title (IE7.0 now, IE8 later) instead of URL
|
|
|