com.google.web.bindery.requestfactory.shared.RequestContext; did you forget to inherit a required module?

2011-06-11 Thread dparish
for type com.google.web.bindery.requestfactory.shared.RequestContext; did you forget to inherit a required module? I noticed that the GWT RequestFactory docs aren't very good. For instance they neglect to mention adding the servlet to web.xml. I tried adding the above RequestContext as a module

Re: com.google.web.bindery.requestfactory.shared.RequestContext; did you forget to inherit a required module?

2011-06-11 Thread Y2i
The new one is in com.google.web.bindery.requestfactory.RequestFactory module -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/KYR7YQ_5qc4J. To

Re: com.google.web.bindery.requestfactory.shared.RequestContext; did you forget to inherit a required module?

2011-06-11 Thread dparish
Thanks. After I posted I cracked open gwt-user.jar and found it. I needed to add the following to my gwt project xml file: inherits name='com.google.web.bindery.requestfactory.RequestFactory'/ The coding docs for this stuff is pretty good but the setup / config is terrible. If they expect

Re: com.google.web.bindery.requestfactory.shared.RequestContext; did you forget to inherit a required module?

2011-06-11 Thread Y2i
I don't think GWT team expects us to use Spring Roo. Seems quite the opposite, the don't expect us to use anything. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit