<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Siegfried Puchbauer schrieb:
<blockquote
 cite="mid53239a200603210420n478807a4v6270a4c6619a14b3@mail.gmail.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=ISO-8859-1">
I encountered the same problem some time ago with 6.0.2<br>
  <br>
My solution was to do smth like this in the beginning of the jsp
(template or standalone jsp):<br>
  <br>
  <span>response =
CmsFlexController.getController(request).getTopResponse();</span><br>
  <br>
After doing this you have the the Top Response object in your jsp,
which will allow you to stream. The wrapped Response Objects in OpenCms
get Buffered anyway, I think.
  <br>
  <br>
Be carefull with includes ... they probably won't work.<br>
  <br>
hth<br>
</blockquote>
Hi Siegfried<br>
<br>
thank you for that hint... (although I'm a bit uncomfortable about it,
I must say - but that's not your fault... :) <br>
<br>
So is there no way of how streaming is MEANT to be implemented?<br>
This is a bit confusing. Why have such a feature in the first place, if
there's no proper way to use it...<br>
<br>
</body>
</html>