btw if you want to do it with that validator it sh...
# tornadofx
r
btw if you want to do it with that validator it should be
if (controller.repository.isEqualToPassword(passwordEntered.value)) null else ValidationMessage("Wrong!", ValidationSeverity.Error) }