Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: JDeveloper and JSP question

Re: JDeveloper and JSP question

From: Lieven <denlieven_at_hotmail.com>
Date: Sat, 3 May 2003 21:40:07 +0200
Message-ID: <3eb41b1a$0$6526$afc38c87@sisyphus.news.be.easynet.net>

>
> Try something like
>
> <%@ page language="java" contentType="application/octet-stream" %>
>
> in the JSP page. You may want a different contentType for your data.
>
>
> There may be some magic involved to get this to work. I notice that in
> the application that this example comes from, the content type is also set
> (earlier) from within the java before calling the jsp page
>
> response.setContentType(APPLICATION_OCTET_STREAM);
>

Thanx,

maybe you can show me the example??

grt,

Lieven Received on Sat May 03 2003 - 14:40:07 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US