On Sep 28, 11:52 am, Jason Zarqua <[email protected]> wrote: > when I am writing in source JSONValue value = > JSONParser.parse(result); > I am getting an error : > > No source code is available for type > com.google.gwt.json.client.JSONValue; did you forget to inherit a > required module
Do you have such a line in your *.gwt.xml? <inherits name="com.google.gwt.json.JSON" /> See http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideInheritingModules -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
