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 ?

Reply via email to