Reputation: 188
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 problems occur such as:
Is there a difference between using a real model or proxy in CellTable.
Any ideas, thanks.
Upvotes: 0
Views: 110