<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [opencms-dev] opencms.propertis httpstreaming.enabled=true</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi all,</FONT>
</P>

<P><FONT SIZE=2>I reset the variable to false again in opencms.properties - my templates are working good again :-). Then I added a property stream:true to this JSP page. But after calling my JSP page... it writes still the content type "text/html" instead of:</FONT></P>

<P><FONT SIZE=2>response.setContentType("text/csv");</FONT>
<BR><FONT SIZE=2>response.setHeader("Content1-disposition","inline;filename=PaymentsOverview.csv");</FONT>
</P>

<P><FONT SIZE=2>stated in my JSP file!</FONT>
</P>

<P><FONT SIZE=2>The Download of the *.csv file - works pretty good in normal Tomcat Environment.</FONT>
</P>

<P><FONT SIZE=2>I currently I have installed OpenCMS 5 Beta 1 on Windows NT, with MySQL on Linux. JAVA 1.3.1</FONT>
</P>

<P><FONT SIZE=2>Thank you for any help ..</FONT>
</P>

<P><FONT SIZE=2>Best Regards,</FONT>
</P>

<P><FONT SIZE=2>Nico</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Alexander Kandzior [<A HREF="mailto:alex@opencms.org">mailto:alex@opencms.org</A>] </FONT>
<BR><FONT SIZE=2>Sent: Mittwoch, 13. November 2002 08:45</FONT>
<BR><FONT SIZE=2>To: opencms-dev@www.opencms.org</FONT>
<BR><FONT SIZE=2>Subject: Re: [opencms-dev] opencms.propertis httpstreaming.enabled=true</FONT>
</P>

<P><FONT SIZE=2>Nico,</FONT>
</P>

<P><FONT SIZE=2>don't enable "httpstreaming.enabled=true" in opencms.properties. This http</FONT>
<BR><FONT SIZE=2>streaming stuff is old, buggy, and completly unrelated to JSP. Leave that</FONT>
<BR><FONT SIZE=2>setting on "false".</FONT>
</P>

<P><FONT SIZE=2>On your JSP, set the page property "stream" to "true" (in the explorer, with</FONT>
<BR><FONT SIZE=2>the context menu). This should be all.</FONT>
<BR><FONT SIZE=2>The trick should work in all OpenCms releases with JSP support.</FONT>
</P>

<P><FONT SIZE=2>Best Regards,</FONT>
<BR><FONT SIZE=2>Alex.</FONT>
</P>

<P><FONT SIZE=2>Alexander Kandzior</FONT>
<BR><FONT SIZE=2>OpenCms Group / Alkacon Software</FONT>
</P>
<BR>

<P><FONT SIZE=2>----- Original Message -----</FONT>
<BR><FONT SIZE=2>From: "Nico Krause" <nico.krause@nsc.eu.com></FONT>
<BR><FONT SIZE=2>To: <opencms-dev@www.opencms.org></FONT>
<BR><FONT SIZE=2>Sent: Wednesday, November 13, 2002 7:11 AM</FONT>
<BR><FONT SIZE=2>Subject: [opencms-dev] opencms.propertis httpstreaming.enabled=true</FONT>
</P>
<BR>

<P><FONT SIZE=2>> Hi all,</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> I have a little question regarding to the</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> httpstreaming.enabled=false</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> variable in opencms.properties. If I enable this variable the template</FONT>
<BR><FONT SIZE=2>> stucture (frame/content/body/etc. will be destroyed while viewing it</FONT>
<BR><FONT SIZE=2>> opencms will not  display it correctly (not in the way it was defined in</FONT>
<BR><FONT SIZE=2>> the templates).</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> I enabled this parameter because I implemented a small .jsp page wich</FONT>
<BR><FONT SIZE=2>> should export me on-the-fly a *.csv file out of the database.</FONT>
<BR><FONT SIZE=2>> The problem I head - was with the following JSP code lines... which do</FONT>
<BR><FONT SIZE=2>> not seems work in OpenCMS.</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> response.setContentType("text/csv")</FONT>
<BR><FONT SIZE=2>> as also not the: response.setHeader(".... filename.csv");   //Set the</FONT>
<BR><FONT SIZE=2>> Filename on downloading. and/or saving.</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> Do you  have any idea - how to implement this in OpenCMS - will I need</FONT>
<BR><FONT SIZE=2>> the new OpenCMS Beta 2 in order to do this.</FONT>
<BR><FONT SIZE=2>> Regarding to te email of Anil Patil I would also like some quick & dirty</FONT>
<BR><FONT SIZE=2>> sniplets how to use the main features and JSP-tags & librarys in and of</FONT>
<BR><FONT SIZE=2>> OpenCMS. (temples etc.)</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> That's all - please help me .... I'm getting confused ...</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> Have a successfull and nice day!</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>> Nico</FONT>
<BR><FONT SIZE=2>></FONT>
</P>

</BODY>
</HTML>