I'm looking to fire business logic after save of data on the server. I'm using a Hibernate DataSource bound to a ListGrid. The operations on the data from the ListGrid work fine, but I want to be able to fire logic after the data has been saved.
Where would be the best place to inject this functionality?
Where would be the best place to inject this functionality?
Comment