Re: RSS feed output using Tapestry

2009-12-12 Thread Ilya Obshadko
, so it just knows when the root element > was created when you invoke element() the first time. In this case, you > can't use MarkupWriter to output Rome's output. > > You could, however, generate the RSS feed using MarkupWriter only, one > element() call per element, with

Re: RSS feed output using Tapestry

2009-12-12 Thread Thiago H. de Paula Figueiredo
;t use MarkupWriter to output Rome's output. You could, however, generate the RSS feed using MarkupWriter only, one element() call per element, without using Rome. I've already read about onActivate () and TextStreamResponse, but tried to avoid it. Why? Taking a quick look at t

Re: RSS feed output using Tapestry

2009-12-12 Thread Ilya Obshadko
iredo < thiag...@gmail.com> wrote: > Em Fri, 11 Dec 2009 16:57:28 -0200, Ilya Obshadko > escreveu: > > > Could someone point out how to create RSS feed using Tapestry page? >> > > Create a page and return a StreamResponse (in this case, a > TextStreamR

Re: RSS feed output using Tapestry

2009-12-11 Thread Thiago H. de Paula Figueiredo
Em Sat, 12 Dec 2009 00:38:02 -0200, Howard Lewis Ship escreveu: I've also created pages that directly output RSS, which was nice ... to be able to use T5 templating to generate the RSS content was a snap! RSS or Atom? :) -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5

Re: RSS feed output using Tapestry

2009-12-11 Thread Howard Lewis Ship
t;> Could someone point out how to create RSS feed using Tapestry page? > > Create a page and return a StreamResponse (in this case, a > TextStreamResponse) containing the RSS output on its onActivate() method. > > -- > Thiago H. de Paula Figueiredo > Independent Java, A

Re: RSS feed output using Tapestry

2009-12-11 Thread Thiago H. de Paula Figueiredo
Em Fri, 11 Dec 2009 16:57:28 -0200, Ilya Obshadko escreveu: Could someone point out how to create RSS feed using Tapestry page? Create a page and return a StreamResponse (in this case, a TextStreamResponse) containing the RSS output on its onActivate() method. -- Thiago H. de Paula

RSS feed output using Tapestry

2009-12-11 Thread Ilya Obshadko
Could someone point out how to create RSS feed using Tapestry page? I tried the following (using http://wiki.java.net/bin/view/Javawsxml/Romelibrary): - output feed contents to property and then use t:outputraw to display it - output feed contents directly using beforeRender ( MarkupWriter

Re: RSS FEED

2009-06-17 Thread Thiago H. de Paula Figueiredo
On Wed, Jun 17, 2009 at 10:07 AM, spaway wrote: > Is it possible we have an RSS Feed for the updates on this mailing list? In the bottom of http://www.nabble.com/Tapestry-f302.html you have some RSS feeds. -- Thiago -

RSS FEED

2009-06-17 Thread spaway
Is it possible we have an RSS Feed for the updates on this mailing list? I think I prefer RSS Feed to a mailing list so if we could have one in addition to the mailing list it won't it be better? -- Cheers SPA