Hi, I'm facing a problem : I have a widget which is embedded into a composite, itself embedded into a compoisite, ... up to a Dialog.
When this widget's value is not correct, I want to disable the Dialog button. For that, I need to have access to the Dialog itself. Is there a way to get it, or should I pass the Dialog instance through all the instances up to my widget ?
