Smart Gwt 5.0P
GWT 2.7.1
Hi,
The default error handling when an exception is returned from the server to the client a window pops up with information that something bad happened.
If I want to handle errors returned from the server to the client in a different way, a custom way, where should I begin.
I have looked at the documentation on IDACall. This is a server side class. I don't see how it does anything with popping up a window.
GWT 2.7.1
Hi,
The default error handling when an exception is returned from the server to the client a window pops up with information that something bad happened.
If I want to handle errors returned from the server to the client in a different way, a custom way, where should I begin.
I have looked at the documentation on IDACall. This is a server side class. I don't see how it does anything with popping up a window.
Comment