I am trying to use the "com.smartclient.SmartClientNoScript" inherit to limit the amount of code included in my project. When I try to compile with this I get many errors of the form:
No source code is available for type com.smartgwt.client.widgets.form.DynamicForm; did you forget to inherit a required module?
Please could someone let me know what I have done wrong, thanks.
No source code is available for type com.smartgwt.client.widgets.form.DynamicForm; did you forget to inherit a required module?
Please could someone let me know what I have done wrong, thanks.
Comment