RequestFactory Proxies and Generics - Compile problem

2012-11-14 Thread otth2oskier
I am writing a bunch of screens using CellTable and the AsyncDataProvider along with RequestFactory calls. I would like to get away from the pattern of making a server call for data and a second call for row count to update the AsyncDataProvider's data and row count. I would like create a

Re: RequestFactory Proxies and Generics - Compile problem

2012-11-14 Thread Andrea Boscolo
I guess, you can't. See http://code.google.com/p/google-web-toolkit/issues/detail?id=6967 and http://code.google.com/p/google-web-toolkit/issues/detail?id=5974 For the 2 server calls you can simply (and probabily better) call two different service methods with two different receivers in the