Hello,
So:
MyObject new asComponent addValidatedForm
How do I define save callBack?
I tried:
MyObject new asComponent addValidatedForm : {#save -> 'save'. #cancel -> 'cancel'}.
and defined save in both instance or class side of MyObject, but that didn't work.
Regards,
Vitor.