Are you developing a full jquery application or a prototype+jquery app ? For your use case, you should have a full jquery app.
Manu Le 1 mars 2014 18:39, "nn kk" <inv...@abv.bg> a écrit : > Hi I have the following code: > > <t:zone id="playerPenaltiesZone" t:id="playerPenaltiesZone"> > </t:zone> > <t:select > t:event="playerTeamChange" > t:model="prop:teamModel" > t:value="team" > zoneUpdater.zone="playerPenaltiesZone" > t:mixins="jquery/zoneUpdater" > t:clientEvent="change" > ></t:select> > > When I try change the select I see the folling in the firebug console: > TypeError: $zone.tapestryZone is not a function > zoneupdater.js (line 16) > params : params > > Any Ideas? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >