user3728064
user3728064

Reputation: 188

Populate a GWT CellTable with ValueProxy

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:

  1. Take a long time before update.
  2. Update is possible 1 time.
  3. Remote connection lost.
  4. 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.

Upvotes: 0

Views: 110

Answers (0)

Related Questions