I'm having some issue with mixing, zones with my own custom ajax events.

For example:

I have a form that contains a zone like the following.

<t:form t:id="form" zone="myZone">
    <t:zone id="myZone">
        <t:TextField t:id="name" value="name"/>

    </t:zone>
</t:form>

Reply via email to