Link to home
Start Free TrialLog in
Avatar of prabhukrishnan
prabhukrishnan

asked on

Setting Content type in JSP

The default content-type set by the JSP engine is text/html.
Is it possible to set content-type in the JSP to anything other than text/html like say image/gif ?

I think it couldn't be done in JSP specifications 1.1 and earlier. What about in later JSP specs like 1.2 or 2.0 ?

Or are there any hacks around, for this problem ?

Thanks in advance,

Prabhu
ASKER CERTIFIED SOLUTION
Avatar of allahabad
allahabad

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mglxxx
mglxxx

<%@ page contentType="your type here" %>

I agree with objects: if you are returning binary
data, you should use a servlet.  
wah liaoooooooo
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:

- Split points between allahabad and objects

Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

girionis
EE Cleanup Volunteer