Re: Global events

2010-09-23 Thread Markus Joschko
> It bubbles up in the ancestor chain until the callback passed to the > triggerEvent method says the event was handled. Ah, missed that somehow. That helps returning multiple Zones but leaves the ancestor problem. >> Can you be more specific what I should pay attention for? Isn't >> validation d

Re: Global events

2010-09-23 Thread Thiago H. de Paula Figueiredo
On Thu, 23 Sep 2010 11:32:09 -0300, Markus Joschko wrote: Eventlink triggers an event in one component that is then bubbling up the ancestor chain, or? It bubbles up in the ancestor chain until the callback passed to the triggerEvent method says the event was handled. Still only the an

Re: Global events

2010-09-23 Thread Markus Joschko
>> Actually, you can reach all the component's ancestor, if you do not >> return anything in the event handler. That's not what I want as this is the problem: Only the ancestors. >> You can use eventlink to hit multiple components, but only one handler >> can return the final result. Eventlink t

Re: Global events

2010-09-23 Thread Thiago H. de Paula Figueiredo
On Thu, 23 Sep 2010 11:07:13 -0300, Christophe Cordenier wrote: Actually, you can reach all the component's ancestor, if you do not return anything in the event handler. You can use eventlink to hit multiple components, but only one handler can return the final result. see http://tapestry.

Re: Global events

2010-09-23 Thread Christophe Cordenier
he event and aggregate the result > in every handler). > >> >> >> -- Forwarded message ------ >> From: Markus Joschko >> Date: 2010/9/23 >> Subject: Re: Global events >> To: Tapestry development >> >> >> Ok, sorry. I tho

Re: Global events

2010-09-23 Thread Markus Joschko
-- > From: Markus Joschko > Date: 2010/9/23 > Subject: Re: Global events > To: Tapestry development > > > Ok, sorry. I thought the dev list is for questions regarding > development of tapestry in contrast to questions regarding the usage. > > The MultiZoneUpdate i

Fwd: Global events

2010-09-23 Thread Christophe Cordenier
I would chose to get the list of Zones from the page either by implementing the event handler in it or by triggering an event from the component... -- Forwarded message -- From: Markus Joschko Date: 2010/9/23 Subject: Re: Global events To: Tapestry development Ok, sorry. I