When you call to your services you can do something like this in your
AsyncCallback
public void onFailure(Throwable caught) {
if (caught instanceof IncompatibleRemoteServiceException) {
Window.Location.assign("/newUrl");
}
}
Regards.
On 4 ene, 09:22, Nirmal Patel <[email protected]> wrote:
> You need to handle IncompatibleRemoteServiceException
> Read
> here:http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication...
>
> Regards,
> Nirmal
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.