vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

Support bean validation annotations in CollaborationBinder (JSR 303) #10

Open pekam opened 3 years ago

pekam commented 3 years ago

BeanValidationBinder (docs here) is an extension of Binder that automatically adds validators to the field components based on the JSR 303 annotations in the bean class (eg. @NotEmpty). This feature is currently not supported by the CollaborationBinder.

Needs design.