I am still relatively new to Vaadin so please forgive my ignorance. I have designed a layout which contain a table and a form. I am using BeanEntityContainer as the data source for the table and bind the bean to the form. When I update the form bind.commit(), I am expecting the table to be updated with the new form values. Is there a step or two I’m missing?
Now I have a differnt issue. I thought by updating the table data source that the table will refresh and show the newly inserted bean. Can someone please help? Thanks.