Hi,
I've got a problem with Databound DynamicForm with SelectItem field.
This item is also databound with simple datasource consisting of to fields: id, name.
And I've got to setAllowEmptyValue()
Problem appears when a user tries to clean this field.
No data about this field is being send to server.
As I recall earlier field was send with "null" value.
Is it a bug or feature and I need to configure somehow this datasource.
I'm using now official SmartGWT-2.4
Thanks for any help.
Best regards
I've got a problem with Databound DynamicForm with SelectItem field.
This item is also databound with simple datasource consisting of to fields: id, name.
And I've got to setAllowEmptyValue()
Problem appears when a user tries to clean this field.
No data about this field is being send to server.
As I recall earlier field was send with "null" value.
Is it a bug or feature and I need to configure somehow this datasource.
I'm using now official SmartGWT-2.4
Thanks for any help.
Best regards
Comment