Hi Eric
I created a SelectableListTableContentProvider from a web service’s results array. I created an async table with it’s value property bound to the provider.
It’s basically a simple CRUD table with a Remove Row Button in each row & when I was looking at the content provider’s properties, there is a property called Before Row Deleted Action which has a tooltip that states “Bind to custom Action invoked before the row gets deleted. The Action can use any data from the row being deleted”
I created a custom action I was going to use to call another web service which would delete the row from the external DB through the IS when the Remove Row button was clicked, but the custom action is never called even although the row is deleted.
I was just after some documentation on how this property should be used.
I have actually implemented a listener which deals with this scenario perfectly well… but my interest has been piqued!
Thanks
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS