[gwt-contrib] Re: Comment on RequestFactory_2_4 in google-web-toolkit

2011-09-05 Thread codesite-noreply
Comment by ido@gmail.com: In Improved request batching section the sample has typo: ctxB.requestB().to(new Receiver(){}); should be ctxB.requestB().to(new Receiver(){}); For more information: http://code.google.com/p/google-web-toolkit/wiki/RequestFactory_2_4 -- http://groups.google.com/gr

[gwt-contrib] Re: to set property values (issue1524803)

2011-09-05 Thread Rafael Castro
What worried me at first was having one of the attributes being set to a value that's also defined via ui:with, because I think that then our precedence scheme may break. I'm afraid that if you have something like this: we are not guaranteed to build otherObject before you do layoutDat