Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    com.smartclient.SmartClientNoScript

    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.

    #2
    You need to inherit com.smartgwt.SmartGwtNoScript, not SmartClientNoScript.

    Sanjiv

    Comment


      #3
      That works, thanks for your help

      Comment

      Working...
      X