Class DelegateValidator

  • All Implemented Interfaces:
    EventListener, StateHolder, Validator

    public class DelegateValidator
    extends Object
    implements Validator, StateHolder
    This class is used in conjunction with ValidatorImplTag. When a tag like this is in a jsp page: <f:validator binding="#{mybean}"/> or <f:validator validatorId="#{'anyid'}" binding="#{mybean}"/> The value of mybean could be already on the context, so this converter avoid creating a new variable and use the previous one.
    Version:
    $Revision$ $Date$
    Author:
    Leonardo Uribe (latest modification by $Author$)