Validator no JSF


   public class Teste
   
  public void validateLogin(FacesContext context, 
                          UIComponent toValidate,
                          Object value) {

}


<h:inputText value="#{teste.login}" validator=#{teste.validateLogin}>

Isso não deveria funcionar?
Grato

Mas o que tem de errado? Seja mais claro!!!