• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Change title (IE7.0 now, IE8 later) instead of URL

 
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sam Sunamin
Ranch Hand
Posts: 113
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!!!
reply
    Bookmark Topic Watch Topic
  • New Topic