Hi Niyaz,
The refresh of the UI is depending on the change notification raised by BOPF framework.
The change notification are raised for nodes, and associations, and are raised per instance.
there could be several reasons for the issue you describe:
- if you are displaying an existing root, and you add a new node under the same root instance, then you should be in change_mode = 'U' (update mode) and not change_mode = 'C'.
- could be that your BOPF implementation is not raising change notification correctly (the change notification should be raised also to the association used in the wire model)
if these to hints do not help, then the way you call the modification from the UI should be checked (where is it implemented, and in which way)
BR,
Matan.