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

Reply via email to