177178179180181182183184185186
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( versionRecordManager.getCurrentPath(), view.getContent() ); } }; }
123124125126127128129130131132
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( versionRecordManager.getCurrentPath(), versionRecordManager.getCurrentPath() ); } }; }
306307308309310311312313314315
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, model ); } }; }
247248249250251252253254255256
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, path ); } }; }
107108109110111112113114115116
384385386387388389390391392393
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, view.getContent() ); } }; }
352353354355356357358359360361
NotificationEvent.NotificationType.SUCCESS ) ); } else { ValidationPopup.showMessages( results ); } } }, new DefaultErrorCallback() ).validate( path, view.getModel() ); } }; }
259260261262263264265266267268
195196197198199200201202203204
120121122123124125126127128129