In Vaadin 7 I was able to add an item to a tree more than once.
In Vaadin 8 I get an error (Cannot add the same…).
How can I solve that issue ?
Any workaround ?
Tks
Tullio
Hi,
you might need a wrapper object and provide separate instances for each similar object.
-Olli