Using an event to set a label, value doesnt update until next time the editor loads
I have setup some events which tie into Before Save:
The idea is that the client will enter an ID into the external ID field, and the format etc will be populated via an external API to their hosting provider.
It all works well, the labels get updated etc.
However
when the page is saved, the fields dont appear to update (even after the postback) unless you refresh the contentpane, then the values are correctly represented.
Using an event to set a label, value doesnt update until next time the editor loads
I have setup some events which tie into Before Save:
The idea is that the client will enter an ID into the external ID field, and the format etc will be populated via an external API to their hosting provider.
It all works well, the labels get updated etc.
However
when the page is saved, the fields dont appear to update (even after the postback) unless you refresh the contentpane, then the values are correctly represented.
any ideas why this happens?
is working on a reply...