JSF 2.0: How to skip JSR-303 bean validation?

前端 未结 4 2288
我在风中等你
我在风中等你 2020-12-13 22:05

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:



        
4条回答
  •  一整个雨季
    2020-12-13 22:16

    You can disable the bean validation with the tag f:validateBean that has an attribute disabled.

    Example:

    
       
    
    

提交回复
热议问题