Re: a zone containing a loop, containing eventlinks

2012-07-24 Thread Ray Nicholus
Sure. I solved the problem by explicitly specifying the zone ID. I then passed this zone ID into sub components. Any handlers in the sub components that needed to return the contents of the zone (for zone updates) returned false and delegated to the parent component, which returned the zone cont

Re: a zone containing a loop, containing eventlinks

2012-07-20 Thread Emmanuel DEMEY
Hi Can you share yoru solutions, maybe for other developpers with the same problem. Thx Manu 2012/7/20 Ray Nicholus > As usual, I posted when I should have spent a couple more minutes thinking > about the problem. Please disregard. > > On Fri, Jul 20, 2012 at 9:28 AM, Ray Nicholus wrote: >

Re: a zone containing a loop, containing eventlinks

2012-07-20 Thread Ray Nicholus
As usual, I posted when I should have spent a couple more minutes thinking about the problem. Please disregard. On Fri, Jul 20, 2012 at 9:28 AM, Ray Nicholus wrote: > I have a zone on a parent component. This zone contains a loop. The loop > references another component, which itself contains

a zone containing a loop, containing eventlinks

2012-07-20 Thread Ray Nicholus
I have a zone on a parent component. This zone contains a loop. The loop references another component, which itself contains a loop. This final loop creates eventlinks which reference the zone on the parent component. When one of these eventlinks are triggered, the zone on the parent component