Hi all,
What is best way to add callback on validation success event from CWidget instance? I have tried to attach handler to onAfterValidate and onBeforeSave events of associated model from run() and init() method of CWidget but unfortunately it doesn’t work.