-1

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.

VladimirSD
  • 401
  • 3
  • 11
  • 3
    Please add the code you have tried and how it failed (e.g. errors, stacktraces, logs, ...) so we can improve on it. – cfrick Jun 14 '22 at 19:51

1 Answers1

1

You should be able to retrieve ComboBox#getValue() without any data binding.