SmartGWT 4.1 / FF 26
If a value in a ValuesManager is changed, getValues() returns all the values including the changed value.
But if you then call validate() followed by getValues(), all the values are returned but the changed value is back to its original value, even though the FormItem shows the updated value.
If a value in a ValuesManager is changed, getValues() returns all the values including the changed value.
But if you then call validate() followed by getValues(), all the values are returned but the changed value is back to its original value, even though the FormItem shows the updated value.
Comment