|
|||
|
|
|||
|
The @FacesValidator annotation is used to register this class as a Validator. @FacesValidator("myvalidator")
public class MyValidator implements Validator {
/*
* Validate method.
*/
public void validate(FacesContext context, UIComponent component,
Object value) throws ValidatorException {
}
}
|
|||
|
Copyright © 2003-2009 Manorrock. All Rights Reserved. |
|||