Yes, forcing the encoding to "UTF-8" inside a ByteArrayInputStream did the
trick.
It works now!
I will soon make some tests to compare the two approaches (Template based
XML vs StreamResponse), since perfomance was the main reason I switched to
Tapestry. Will keep you posted.
Many thanks to all
de example that will
actually perform my original request, please post it here.
Vashon-Ez wrote:
>
> You can override one of the page render methods (I think onactivate is one
> of those, but check the Tap5 website) and return false to tell Tap to
> skip the other steps of pag
d flsuh() the output stream and return null. This
> should also give slightly better performance.
>
> HTH,
>
> EE
>
> thanos <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am trying to return an rss feed using TextStreamResponse("text/xml",
> myfeed
tly
request it using TextStreamResponse.
Dont know if it's related with this post:
http://www.nabble.com/T5-confused-about-Services-and-XmlHttpResponse-tf4160459.html#a11839004
Any advice plz?
Thanks
Thanos
--
View this message in context:
http://www.nabble.com/TextStreamResponse-and-XML
Turns out the patch is too big to apply.
Fernando, is it possible to share a build with the patch applied? I am sure
other people will have the save need and would surely appreciated it
thanks
Thanos
Fernando Padilla wrote:
>
> Yes you can output XML directly from the template wit
Thanks guys!
Will go through the services documentation
BR
Thanos
Filip S. Adamsen-2 wrote:
>
> llonely skrev:
>> Hi all,
>>
>
> Hi,
>
>> I am new on Tapestry and try to become familiar with it, mostly through
>> this
>> forum and the official