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 <nirmaljpa...@gmail.com> 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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to