BeanValidator is not actually a Wicket IValidator. The reason for this is the fact, that values
must have been written back into the Bean for it to be able to validate. This is supposed to be
used manually within the onSubmit call of a form, for example. It may report the error to the
component being passed on construction.