Hi,
I am using SmartGWT EE 2.4.
We have used the Isomorphic Data sources to integrate the data interactions. But even when there is an exception on server side (any Java exception , like NPE) , the Data source's execute callback is invoked.
I have also defined addHandleErrorHandler with the logic to handle exceptions , but always the execute method gets invoked in the callback.
Thanks,
Ravi.
I am using SmartGWT EE 2.4.
We have used the Isomorphic Data sources to integrate the data interactions. But even when there is an exception on server side (any Java exception , like NPE) , the Data source's execute callback is invoked.
I have also defined addHandleErrorHandler with the logic to handle exceptions , but always the execute method gets invoked in the callback.
Thanks,
Ravi.
Comment