Re: TextStreamResponse and XML and UTF-8

2007-11-14 Thread thanos
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

Re: TextStreamResponse and XML and UTF-8

2007-11-13 Thread thanos
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

Re: TextStreamResponse and XML and UTF-8

2007-11-13 Thread thanos
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

TextStreamResponse and XML and UTF-8

2007-11-13 Thread thanos
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

Re: Simple servlet with xml output - to tapestry

2007-11-07 Thread thanos
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

Re: Initialize objects - like in HttpServlet's init()

2007-11-04 Thread thanos
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