-
Mar 1st, 2013, 10:37 AM
#1
How to disable jsr 303 bean validation ?
Hi,
I'm using spring-mvc and my domain beans are using jsr 303 bean validation annotation. (eg @NotNull, @Min, @Max etc).
My application should be able to turn off bean validation because if my user press the button "draft save" they should be able to save a "draft" version of the domain object bypassing all the validation.
Is it possibile to set a parameter that turn off temporary bean validation ?
Regards
Fabio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules