aspose file tools
The moose likes JSF and the fly likes Change title (IE7.0 now, IE8 later) instead of URL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Change title (IE7.0 now, IE8 later) instead of URL" Watch "Change title (IE7.0 now, IE8 later) instead of URL" New topic
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!!!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Change title (IE7.0 now, IE8 later) instead of URL
 
Similar Threads
problem when integrating jspell with tinyMCE editor
Can you read this?
include navibar from external XHTML file
Problem with YUI tabs while populating pdf's
help about HttpServletResponse change header