Dear SmartGWT users,
please help me. I have DynamicForm with field which represents not nullable database column.
When I do not fill this field with any value and saving form data there is not any error displayed. This happens because server request contains something like:
and on the server side I am not able to resolve whether description is set to null value or to 'null' value. It is considered as string and saved to database as 'null' value. Any ideas how to solve this problem?
Best regards,
Ales
please help me. I have DynamicForm with field which represents not nullable database column.
When I do not fill this field with any value and saving form data there is not any error displayed. This happens because server request contains something like:
Code:
&description=null&
Best regards,
Ales
Comment