Re: Chained ListEditors

2013-11-11 Thread almagnit
Flush results: http://pastebin.com/En8Ughnj Is obtained that the object B was added to the object A, and object C still remains in the array editedProxies понедельник, 11 ноября 2013 г., 3:47:05 UTC+4 пользователь almagnit написал: I have multiple entities with a one-to-many relations, such

Re: CellTable keyboard events troubles in Chrome

2013-11-11 Thread yves
Hi Jens, Thanks a lot for the suggestion, it works. I used the dev version because in the past it was needed for the dev mode. I installed the last stable version, and it is ok also with the dev mode. Thanks Yves Le mardi 5 novembre 2013 21:40:43 UTC+1, Jens a écrit : Have you also tried

Re: Using Object in classes passed via GWT RPC

2013-11-11 Thread Steve C
I don't see what you're talking about in the error printout, but do see a bunch of other things. One thing I found out the hard way is that you can't serialize a sublist - I have always assumed that it contains ties back to the original list, which would cause issues when serializing (like

Re: Integration tests for GWT

2013-11-11 Thread Ed
If you search the forum well, you will find all you need.. Example: LINKEhttps://groups.google.com/forum/#!searchin/google-web-toolkit/awesome$20testing$20gwt/google-web-toolkit/hwMKmuZv4BI/RxUE16VoTa8J -- You received this message because you are subscribed to the Google Groups Google Web

gwt-rawhistory on github

2013-11-11 Thread Andy
For a while I've been planning to move our gwt-traction library over to github. Over the weekend, I decided to start with RawHistory. RawHistory is a module that I suspect few people are using. It used to have a note at the bottom saying that someday I'd explain exactly what it did. As part of

Best practice for injecting environment-specific settings

2013-11-11 Thread geoffrey . arnold
Hello, What is the best practice for injecting/configuring environment-specific settings inside GWT-generated JavaScript? For example, we have a series of JSONP services hosted across a series of servers, and the hostnames/ports of those servers are different across our

Re: How to wire multiple editor to same bean.

2013-11-11 Thread Steve C
My bad - had left one of the subpanel widget's Editor.Paths at by mistake. Fixed that and it worked fine. I'm not quite sure why that resulted in the error that I saw, though ... On Sunday, November 10, 2013 1:10:00 PM UTC-5, Steve C wrote: In trying Daniel's approach, I have a primary

Re: GWT components aren't displaying

2013-11-11 Thread yves
Hi, I don't know if you did it or not (not seen in your example) : the Usuario dto class must also implements Serializable. HTH Yves Le dimanche 10 novembre 2013 19:34:37 UTC+1, Jairo de Almeida a écrit : hi Group, Someone get problems with serialized pojo in comunication about client and