Re: [T5] Nested Zones

2008-12-21 Thread bmg125
Well, I thought I would post a note about what I did to actually get this to work. I think that this still seems like a work around and that tapestry should make the dealings of its generated internal ids more transparent. Also, I didn't come up with this on my own, so thank Fanf for pointing m

Re: [T5] Nested Zones

2008-12-18 Thread bmg125
I have been thinking about this problem a little further and I don't think that adding a static id on the zone is going to work. The problem that I have is that this Zone lives inside a component. This component could be used multiple times and that would break the uniqueness of the id of the zon

Re: T5 Nested Zones problem

2008-06-11 Thread Janko Muzykant
actually it seems to be a more general problem. if we take two zones, outer and inner one, everything linked to the inner zone (via t:zone="blahblah") stops updating if zone had been updated previously. simply, T5 updating inner zone immediately changes its zone ID. ok, i know. it's a namespaci