Yes, binary. I made myself a jsp that outputs PDF and other that outputs MS Word DOC. Just output as you would with a servlet. Although JSP was intended for text, it can output anything a servlet can - just because it IS a servlet.
[]'s, Rodrigo. > -----Original Message----- > From: Adrian Janssen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 25, 2002 11:53 AM > To: [EMAIL PROTECTED] > Subject: Re: A very new game > > > nope, no binary. > > > -----Original Message----- > > From: Rodrigo Gevaerd [SMTP:[EMAIL PROTECTED]] > > Sent: 25 June 2002 04:40 > > To: [EMAIL PROTECTED] > > Subject: Re: A very new game > > > > Of course you can. You can generate from JSP anything you > can generate > > from a servlet. > > > > []'s, > > > > Rodrigo. > > > > > > > -----Original Message----- > > > From: Walter Meyer [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, June 25, 2002 11:35 AM > > > To: [EMAIL PROTECTED] > > > Subject: Re: A very new game > > > > > > > > > The mime-type is: image/tiff > > > > > > Isn't tif a binary format? You can't generate binary > files from JSP. > > > > > > > > > > > > -- > > > Walter Meyer > > > http://www.ThatWaltGuy.com - web > > > [EMAIL PROTECTED] - email > > > (303) 949-8369 - cell > > > > > > > > > > > > ---- Atal Bihari Upadhyay <[EMAIL PROTECTED]> wrote: > > > > I have jsp page where I can specify mime type of content of > > > the page. > > > > > > > > <%@ page contentType="application/vnd.ms-excel" %> > > > > > > > > Th above line will associate page content to Excell. > > > > > > > > What is equivalent content type which will associate > content to .tif > > > > format. > > > > > > > > Thanks in advance for your help. > > > > > > > > > > > > > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
