GWT: JsonpRequestBuilder No source code is available, did you forget to inherit a required module

March 4th, 2010 by jeremychone

To use the JsonpRequestBuilder, you need to inherit the following in your x.gwt.xml

<inherits name="com.google.gwt.jsonp.Jsonp" />

Leave a Reply