format
This commit is contained in:
parent
b64bed258f
commit
dd279377de
2 changed files with 1 additions and 20 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue