protected void doOKAction() {
   if (!myValidator.isOK(getName(), getValue())) return;
   super.doOKAction();
 }