I have two comboboxes that get their data from read-only views. How do I get the selected values once the form is submitted?
All of the Vaadin samples dealing with comboboxes use data binding to entity classes but I'm not able to find an example of how to do this without it.