Re: 5.4 javascript events

2014-02-20 Thread Nathan Quirynen
Thanks, just what I needed :) On 20/02/14 14:00, Dragan Sahpaski wrote: On Thu, Feb 20, 2014 at 1:59 PM, Dragan Sahpaski wrote: You need to requre the events module and listen to events.zone.update or without the events module dependency just

Re: 5.4 javascript events

2014-02-20 Thread Dragan Sahpaski
On Thu, Feb 20, 2014 at 1:59 PM, Dragan Sahpaski wrote: > You need to requre the events module and listen to events.zone.update or > without the events module dependency just "t5:zone:update". > The global Tapestry namespace (from 5.3) is replaced various with requrejs > modules. > ​I meant the g

Re: 5.4 javascript events

2014-02-20 Thread Dragan Sahpaski
You need to requre the events module and listen to events.zone.update or without the events module dependency just "t5:zone:update". The global Tapestry namespace (from 5.3) is replaced various with requrejs modules. Excerpt from events.js zone: { update: "t5:zone:update", willUpdate:

5.4 javascript events

2014-02-20 Thread Nathan Quirynen
Hey, In my Tapestry 5.3.7 application I made use of Tapestry.ZONE_UPDATED_EVENT to fire some javascript on a zone update. Now I'm using Tapestry 5.4-beta-3 in a new application, but I cannot get it to work. Is this supposed to still work, or is there a new way of handling this? $("#zoneTest").bin