How to skip JSR-303 Bean validation with JSF, when a button is clicked?
A bit lengthy question to explain a few approaches... Consider a list in a form:
You can disable the bean validation with the tag f:validateBean that has an attribute disabled.
Example: