Announcement

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

    Typo in JavaDoc of RestDataSource

    In the JavaDoc of the RestDataSource you will find:

    Code:
    And an example of an XML message for a fetch operation passing AdvancedCriteria:
    [...]
    <operator>equals</[B]continent[/B]>
    [...]
    value: "North America
    [...]
    }
    dataSource: "countryDS",
    This is not valid XML. It has to be:

    Code:
    And an example of an XML message for a fetch operation passing AdvancedCriteria:
    [...]
    <operator>equals</[U][B]operator[/B][/U]>
    [...]
    value: "North America[U][B]"[/B][/U]
    [...]
    }[U][B],[/B][/U]
    dataSource: "countryDS",
    Last edited by slartidan; 11 Nov 2015, 12:29.

    #2
    This typo has been corrected. Please try the next nightly build, dated November 13.

    Regards
    Isomorphic Software

    Comment


      #3
      I was looking at https://www.smartclient.com/smartgwt...ataSource.html which has not yet been changed. I'll check that online JavaDoc next week to see, if it is updated.

      Comment

      Working...
      X