Vincent
I have a 1-n link with an attribute on the one side component which must be updated each time an attribute of any instance on the N side is changed.
With a bidirectional link, it's ok as I can get the one side's component in a listener defined in an extension class on the N side.
But I want to set this link as unidirectional. Is there a simple way to proceed in such a case?
Regards
Pierre
