[gwt-contrib] Re: Design Time Access to UiBinder Model

2011-10-08 Thread Daniel Bell
Thanks Konstantin, I'll take a look at it. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: InProgressRequestContext & Factory

2011-10-08 Thread Jeff Larsen
Nevermind, I found the answer in the package-info.java file. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Issue 6855 - Allow RequestFactory to hold a queue of staged request contexts (issue1565804)

2011-10-08 Thread larsenje
Reviewers: rjrjr, bobv, Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=6855 This fix allows you to chain requests together that are created in the same request factory while each request does not need to know about the other. You can chain your requests with the Reque