This commit is contained in:
Ralph Soika 2021-02-03 14:21:52 +01:00
parent b64bed258f
commit dd279377de
2 changed files with 1 additions and 20 deletions

View file

@ -1,19 +0,0 @@
package com.alexanderlogistics;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.validator.FacesValidator;
import javax.faces.validator.Validator;
import javax.faces.validator.ValidatorException;
@FacesValidator("com.validators.MyValidator")
public class TestValidator implements Validator{
@Override
public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException {
// TODO Auto-generated method stub
}
}

View file

@ -11,4 +11,4 @@ alexander_sub_responsible=
ERROR_INVALID_IBANBIC=Die Eingabe der IBAN/BIC is ungültig. Bitte überprüfen Sie Ihre Eingaben.
ERROR_INVALID_IBANBIC=Die Eingabe der IBAN/BIC is ungültig. Bitte überprüfen Sie Ihre Eingaben.