Hi everyone, I have a zone around my form (pseudo code below)
<t:zone t:id="zone" id="zone"> <t:form t:id="form" id="form" t:zone="^"> // some fields </t:form:> </t:zone> After the zone is submitted the value is saved, the zone is refreshed and my form is broken. I believe that I could write a javascript code that will capture this event and override the id back to the original, but is there any better way to resolve this? Cheers -- Sincerely *Boris Horvat*