Announcement

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

    ValuesManager cleared with form.setValuesManager(valuesManager)

    Using code:
    form.setValuesManager(vm) OR valuesManager.addMember(form), the values in the valuesManager are getting cleared.

    Using a licensed SmartGWTEE version 5 - this worked as expected and values were not cleared
    Using a trial version of SmartGWTEE version 6 from 4/21 - this worked as expected and values were not cleared.
    Using a licensed SmartGWTEE version 6 dated 8/19 - this no longer works and values in the valuesManager are getting cleared.

    #2
    You may have been affected by a recent bugfix, but your description is too vague to tell whether you had longstanding bad usage or we have actually introduced a bug.

    What values are cleared? Values that were in the ValuesManager?

    Are all values cleared or just some? If just some values were cleared, are the values from the added form?

    Does the added from have replacement values for the values that were cleared, possibly via defaultValue settings or similar?

    Note: the quickest way to report a bug is just to create a minimal, ready-to-run test case demonstrating the bug.

    Comment

    Working...
    X