Hi,

[FreeBSD/Apache 1.3.20/Tomcat 4.0]

How to set a kinda "default" Content Type of response in a JSP page ? I
am not talknig about <META ...>  content type setting, wich is an HTML
issue. 

JSP->servlet translation always result in a servlet code with:


...
response.setContentType("text/html;charset=ISO-8859-1");
...



The only workaround I found is to use:


...
response.setContectType("blah-blah");
...

in the begining of JSP page, but I find this very annoying.

thank you

-- 
Plamen D. Petkov ICQ#2214327
[EMAIL PROTECTED]
http://www.bgstore.com

Reply via email to