Re: T5: ActionLink/Zone components inside a loop (solved, better)

2008-02-14 Thread Corin Lawson
> > > This would render the pagelink component twice. > > Corin Lawson wrote: >> Awesome! >> >> Sorry, I overlooked that one ... I'm just a noob :P >> >> Thanks for sharing HugoPalma. >> >> All that I want now is the ability do away with t

Re: T5: ActionLink/Zone components inside a loop (solved, better)

2008-02-13 Thread Corin Lawson
? > > http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/EventLink.html > > Corin Lawson wrote: >> Hi All, >> >> I admire Travis' ambition, but he's forgetting an ancient programming >> maxim: >> be lazy! By

Re: [T5] triggering multiple Zone component updates

2008-02-13 Thread Corin Lawson
Hi, Thiago HP wrote: > > On 2/13/08, Corin Lawson <[EMAIL PROTECTED]> wrote: > >> I'm just a newbie so I have a perfectly naive question: Why not nest them >> all into a single zone? > > Because it defies the AJAX goal of only rendering and downloading

Re: T5: ActionLink/Zone components inside a loop (solved, better)

2008-02-13 Thread Corin Lawson
Hi All, I admire Travis' ambition, but he's forgetting an ancient programming maxim: be lazy! By that I mean there no need to implement your own Zone component (or sub-component). I actually got this to work, but I'm not %100 satisfied. So the id attribute of zone doesn't allow property expansio

Re: [T5] triggering multiple Zone component updates

2008-02-13 Thread Corin Lawson
Hi, I'm just a newbie so I have a perfectly naive question: Why not nest them all into a single zone? Cheers, Corin. kristian.marinkovic wrote: > > hi, > > is there a way to update multiple non-nested zone > components with one AJAX call? Are there any plans > to support this? > > g, > k