Closed centi closed 6 years ago
When replace="true" is used on a <update> instruction, the event tdi:ajax:update is not triggered, because the element on which it is triggered is no longer a part of the DOM.
replace="true"
<update>
tdi:ajax:update
The event should be triggered on the new element.
When
replace="true"
is used on a<update>
instruction, the eventtdi:ajax:update
is not triggered, because the element on which it is triggered is no longer a part of the DOM.The event should be triggered on the new element.