Answering my own question, all i needed was to clear the validation tracker right after the form on the zone was submited.
On Thu, Jan 22, 2009 at 3:20 PM, Hugo Palma <hugo.m.pa...@gmail.com> wrote: > I have a form inside a zone that gets updated on some event. I'm setting > the default values of some fields in that form on the setupRender event. > This works fine the first time the zone gets updated but in subsequent > updates (without a full page refresh in between) the value that shows up in > the form is always the last set value and not the default one. > > I see the setupRender method getting executed with every zone update but > the fields just keep getting rendered with the last set value. > Any ideas ? > >