コード例 #1
0
 protected void doOKAction() {
   if (!myValidator.isOK(getName(), getValue())) return;
   super.doOKAction();
 }