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 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

Re: Error when defining a generic Composite widget using Java Generics

2013-10-17 Thread Steen Lillethorup Frederiksen
Hi Steve Jens Thanks for your input - I haven't yet had time to look at it, but your input is appreciated. I will leave a note here, as soon as I have had time to dig a little more into it... BR Steen Den onsdag den 9. oktober 2013 16.12.46 UTC+2 skrev Steen Lillethorup Frederiksen: I am

Re: Error when defining a generic Composite widget using Java Generics

2013-10-10 Thread Steen Lillethorup Frederiksen
the DualList together with DataEntry, I had to extend it from FocusWidget. And I think, that the problem is related to this somehow... Br Steen Den onsdag den 9. oktober 2013 16.12.46 UTC+2 skrev Steen Lillethorup Frederiksen: I am trying to create a generic Composite widget, using Java Generics

Error when defining a generic Composite widget using Java Generics

2013-10-09 Thread Steen Lillethorup Frederiksen
I am trying to create a generic Composite widget, using Java Generics. However I keep getting the assertion error: java.lang.AssertionError: This UIObject's element is not set; you may be missing a call to either Composite.initWidget() or UIObject.setElement() I have defined my Composite