[5.1 SNAPSHOT]: ProgressiveDisplay component

2009-02-27 Thread Andy Pahne
Very recently a new component arrived: ProgressiveDisplay. Very nice and very useful. See http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html I tried a very basic example, and it works. Still, I don't know how to

Re: [5.1 SNAPSHOT]: ProgressiveDisplay component

2009-02-27 Thread Howard Lewis Ship
Maybe it needs a context parameter, and it could fire an event before rendering its body. It even could render the response from the event (if any) instead of its body. What do you think? On Fri, Feb 27, 2009 at 5:17 AM, Andy Pahne andy.pa...@googlemail.com wrote: Forget about my previous

Re: [5.1 SNAPSHOT]: ProgressiveDisplay component

2009-02-27 Thread Thiago H. de Paula Figueiredo
Em Fri, 27 Feb 2009 12:24:19 -0300, Howard Lewis Ship hls...@gmail.com escreveu: Maybe it needs a context parameter, and it could fire an event before rendering its body. Something like Form? Awesome! It even could render the response from the event (if any) instead of its body. What do

Re: [5.1 SNAPSHOT]: ProgressiveDisplay component

2009-02-27 Thread Andy Pahne
Howard Lewis Ship schrieb: Maybe it needs a context parameter, and it could fire an event before rendering its body. It even could render the response from the event (if any) instead of its body. What do you think? The context was the first that came to my mind. Firing an event: even