How to retrieve notification, event, handling, etc. from edit screen in browser screen?

Hi folks, working with 1.5 we have a (for sure old) question:

when data has been changed in edit screen, how can we handle some info in the browser screen afterwards?

(I did not succeed with ```
@Install(to = “custTable.edit”, subject = “afterCommitHandler”)
private void custTableEditAfterCommitHandler(Customer customer) {
System.out.println("Updated " + customer);
}

tried to put this in browser screen controller... maybe wrong..)


Thanks in advance,
HP

Hi,

Take a look at the following documentation topic: Opening Screens :: Jmix Documentation

Also, I’ve checked afterCloseHandler and afterCommitHandler delegates of the EditAction and they are fired as intended.

Regards,
Gleb