setValidator
Hi.
How can i use the setValidator method. I tried this, but i dosen't work.
this.dropdown2.setValidator( getApplication().createMethodBinding("#{dropdown2_validate}", null));
Here is the validator method :
public void dropdown2_validate(FacesContext fc, UIComponent uic, Object o) {

