It was a mistake when i past the code. The first line is like this,
private final CellTable<ConceptProxy> cellTable = new CellTable<>();
private final CellTable<ConceptProxy> cellTable = new CellTable<>();
Le mardi 10 juin 2014 20:57:58 UTC+1, Marouan MARZOUGA a écrit :
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment