Announcement

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

    DSRequest.setOutputs

    SmartGWT 4.1p

    We have a ds.xml defined with fields A, B, C and values a, b, c

    When we call setOutputs(C, B), the data returns fields C, B, but with values b, c.

    Looks like the ordering matters.

    #2
    Some of the basics we'll need (always required):

    1. full version (not just 4.1p)

    2. what kind of DataSource this is, and ideally, the actual definition

    3. where you are setting the outputs (there are multiple ways)

    4. server logs for the request where you see wrong ordering

    Comment

    Working...
    X