protected void add() {
   String s = getAddActionPath();
   if (s != null) super.add();
 }