I need to create a confirm dialog
The only thing that looks doable is proceeding via a modal sub window but this is a hassle for a simple question.
Is there a better way to implement a confirmation dialog ?
You can use the ConfirmDialog
add-on from the Vaadin Directory.
You can include a long message.
See online demo.
Versions of this add-on available for Vaadin 8, Vaadin 7, and Vaadin 6.