Is it true that empty values in a form are posted as "null"? Is there another way to avoid this (like sending an empty string)? Or should I check on the server if the value is "null"? I'm using a RestDataSource to send the data.
↧