Re: zone.deferredZoneUpdate fires update events twice

2015-07-30 Thread Stefan
Hi Geoff, thanks for your reply! I personally preferred the use of listeners, but i’ll definitely give it a try. What do you think about that double fired events? I'll try to check this again to make sure this isn’t a bug. My best, Stefan Am 24. Juli 2015 bei 03:03:32, Geoff Callender (geoff

Re: zone.deferredZoneUpdate fires update events twice

2015-07-23 Thread Geoff Callender
Hi Stefan, Rather than making your javascript depend on understanding Tapestry’s workings, perhaps you can simply command things from the server-side? When the server-side responds to the request with a zone, eg. ajaxResponseRenderer.addZone(zoneElld); could it also respond with a callback com

zone.deferredZoneUpdate fires update events twice

2015-07-22 Thread Stefan
  Hi guys, on some complex components i need zone-updates and make use of t5/core/zone.deferredZoneUpdate(‚zoneElId', URI) My problem is that events.zone.update (and willUpdate & didUpdate) are fired twice. I need to listen on that event to re-install listeners to components in the refreshe