Validation icon not shown in Table fields
问题 When I enter edit mode of my Table, I want the data validation exclamation mark icon (!) to be shown as soon as the user goes out of bounds of any of the validation constraints. First, a couple of notes: I'm using Vaadin 7, so the Bean Validation addon sadly won't work. The data validation works as intended. Now, I have a perfectly working table for which I am using a BeanItemContainer to keep my Person beans inside. The code for the table and the TableFieldFactory looks something like this: