BeanValidation

Hi All,

I successfully managed to add and use the beanvalidation-addon version 0.6.2 in my Vaadin 6.7.1 application. It works!

Unfortunately the bean validation error message appears more than once in the form footer.

Is there any typical misconfiguration causing this behaviour or has somebody an idea how to get the validation message only once?

Thank you in advance,
Christoph

Hi,

the problem was I had to Form instances (only one added to layout) and that caused the multiplicity of the validation messages.

Regards,
Christoph