Example usage for org.apache.wicket.markup.html.form.validation EqualInputValidator subclass-usage

List of usage examples for org.apache.wicket.markup.html.form.validation EqualInputValidator subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.form.validation EqualInputValidator subclass-usage.

Usage

From source file nl.knaw.dans.common.wicket.util.UnEqualInputValidator.java

/**
 * Validates that the input of two form components is <b>not</b> identical. Errors are reported on the second
 * form component with key 'UnEqualInputValidator' and the variables:
 * <ul>
 * <li>${input(n)}: the user's input</li>
 * <li>${name}: the name of the component</li>

From source file nl.knaw.dans.dccd.common.web.validate.UnEqualInputValidator.java

/**
 * Validates that the input of two form components is <b>not</b> identical. Errors are reported on the second
 * form component with key 'UnEqualInputValidator' and the variables:
 * <ul>
 * <li>${input(n)}: the user's input</li>
 * <li>${name}: the name of the component</li>