Vaadin DateField saves null value to database
问题 I'm using VAADIN 8 and struggling with a problem. I've bind all fields on FormLayout and want to save values from these fields in a db. All fields are filled with values. The essence of the problem is that the DateField value is sent as null when the object is saved to the database The question is why DateFiled has null value and how to win the problem? VAADIN v.8.6.2 Entity (simplified): @Entity @DynamicInsert @DynamicUpdate @Table(name = "Orders") public class Order{ @Id @GeneratedValue