120121122123124125126127128129
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( versionRecordManager.getCurrentPath(), view.getContent() ); } }; }
194195196197198199200201202203
163164165166167168169170171172
286287288289290291292293294295
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, view.getContent() ); } }; }
213214215216217218219220221222
NotificationEvent.NotificationType.SUCCESS)); } else { ValidationPopup.showMessages(results); } } }, new DefaultErrorCallback()).validate(versionRecordManager.getCurrentPath(), view.getContent()); } }; }