<div dir="ltr"><div><div>Hi all,<br><br>Validation constraints defined in Bean Validation 1.1 are mostly written and 
assigned in static manner. This limits us to reuse the existing 
constraints in value-driven manner. Could we add a new attribute 
&#39;executeCondition&#39; to the constrain definition? &#39;executeCondition&#39; would
 take an EL expression. A bean validation framework would need to 
evaluate the expression set in this attribute. The corresponding 
constraint logic only gets executed when the expression set for 
&#39;executeCondition&#39; is satisfied at runtime.<br><br></div>Let me know your thoughts on this suggestion.<br><br></div>Thanks,<br>Thang</div>