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