Class EqualPasswordInputValidator

  • All Implemented Interfaces:
    java.io.Serializable, IComponentAwareEventSink, IFormValidator, IComponentAwareHeaderContributor, org.apache.wicket.util.io.IClusterable

    public class EqualPasswordInputValidator
    extends EqualInputValidator
    Validates that the input of two form components is identical. Errors are reported on the second form component with key 'EqualPasswordInputValidator' and the variables:
    • ${input(n)}: the user's input
    • ${name}: the name of the component
    • ${label(n)}: the label of the component - either comes from FormComponent.labelModel or resource key [form-id].[form-component-id] in that order
    Author:
    Igor Vaynberg (ivaynberg)
    See Also:
    Serialized Form
    • Constructor Detail

      • EqualPasswordInputValidator

        public EqualPasswordInputValidator​(FormComponent<?> formComponent1,
                                           FormComponent<?> formComponent2)
        Construct.
        Parameters:
        formComponent1 -
        formComponent2 -