Hello,
We are using SmartGWT 2.5 and I am using DynamicForm.saveData(new DSCallback()) method to submit the form to a data source. When the data is processed without failures, the execute() method is called which is all great. My problem is that DSCallback interface does not mention any other methods I'd need to implement to handle failures.
Any suggestions or hints are very appreciated.
Thanks,
Henry
We are using SmartGWT 2.5 and I am using DynamicForm.saveData(new DSCallback()) method to submit the form to a data source. When the data is processed without failures, the execute() method is called which is all great. My problem is that DSCallback interface does not mention any other methods I'd need to implement to handle failures.
Any suggestions or hints are very appreciated.
Thanks,
Henry
Comment