359360361362363364365366367368
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, view.getContent() ); } }; }
300301302303304305306307308309
246247248249250251252253254255
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, path ); } }; }
323324325326327328329330331332
285286287288289290291292293294
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, model ); } }; }
363364365366367368369370371372
265266267268269270271272273274