>>
>> Christian Gorbach wrote:
>> >
>> > sure. if you post your streaming snippet we can take a look...
>> >> Hello,
>> >>
>> >> I'm trying to stream a text file I created with Velocity very similar
>> to
>> >> the
>> >> way it is done
>>
ok,
what you will need is a datapump which converts an output stream to an
input stream.
See: http://ostermiller.org/convert_java_outputstream_inputstream.html
Method 1 is the simplest: let velocity write to abytearrayoutputstream
and use the byte array to construct an input stream object. voil
d with Velocity very similar to
> >> the
> >> way it is done
> >> http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF here but
> >> it
> >> doesn't work. The text is stored in a OutputStreamWriter object.
> >> Is it poss
-----------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/T5%3A-Stream-Text-File-with-StreamResponse-tp15611200p15611835.ht
sure. if you post your streaming snippet we can take a look...
Hello,
I'm trying to stream a text file I created with Velocity very similar to the
way it is done
http://wiki.apache.org/tapestry/Tapestry5HowToCreateADynamicPDF here but it
doesn't work. The text is stored in a OutputStreamWriter
han binary data with tapestry?
Thanks,
Moritz
--
View this message in context:
http://www.nabble.com/Stream-Text-File-with-StreamResponse-tp15611200p15611200.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--