Hi db75
I'm not sure it's what you're looking for, but consider this previous post from madamovic:
http://forums.smartclient.com/showth...3616#post43616
Besides, you do not need to change the fetch()-method signatur if you throw (unchecked) runtime-exceptions. The SmartGWT-Framework will propagate the exception to the client, and you should be able to get the exceptions in the onFailure()-method.
marbot
I'm not sure it's what you're looking for, but consider this previous post from madamovic:
http://forums.smartclient.com/showth...3616#post43616
Besides, you do not need to change the fetch()-method signatur if you throw (unchecked) runtime-exceptions. The SmartGWT-Framework will propagate the exception to the client, and you should be able to get the exceptions in the onFailure()-method.
marbot
Comment