How to handle RPC StatusCodeException

2013-12-20 Thread Steen Lillethorup Frederiksen
We are having RPC StatusCodeExceptions in two cases. 1) When the user refreshes the page (from the browser), in the timeslot, where we have sent an RPC request to a server, we can catch the following stack trace from Developer mode: ERROR: Uncaught exception escaped

Re: How to handle RPC StatusCodeException

2013-12-20 Thread Jens
1) When the user refreshes the page (from the browser), in the timeslot, where we have sent an RPC request to a server, we can catch the following stack trace from Developer mode: ERROR: Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (NS_ERROR_NOT_AVAILABLE)

Re: How to handle RPC StatusCodeException

2013-12-20 Thread Steen Lillethorup Frederiksen
Hi Jens Thanks a lot - that explains quite a lot ;o) However, we will probably not have time to look at it before after new year. Thanks - and have a merry christmas and a good new year :) Steen Den fredag den 20. december 2013 14.23.38 UTC+1 skrev Steen Lillethorup Frederiksen: We are