Leo Asanov wrote:
This wouldn't work for me because content type have to be different under
different circumstances, but response.setContentType works just fine.
Thanks!!
Be very careful with this, as if you send anything but a text-based
content type, you could be in for a surprise. The JSP compilation sends
whitespace out, so if you try to send anything in binary, you'll need to
use a servlet instead of a JSP.
- Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]