If I understand the JSF lifecycle correctly, it registers the Validators during Apply Request phase. Does that mean I cannot call addValidator to the Component object handle I have inside my decode() method that gets called during Process Request Events phase? If so, is there any other way of dynamically adding custom Validators based on component's attribute value?
Thanks