Hi everyone,

I have a view that contain a cellTable populated by Proxys (type 
ValueProxy) received from server side using RequestFactory. I can display 
rows but some problems*** occur when i want to update a row via 
SelectionCell. The same example *work* when using a real model not proxy 
using GWT-RPC.

***Plenty of problem occur such as:
+ Take a long time before update.
+ Update is possible 1 time.
+ Remote connection lost.
+ Stack overflow; to increase the stack size, use the -Xss flag at startup 
(java -Xss1M ...)

Is there a difference between using a real model or proxy in CellTable.

Any ideas, thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to