Hello, Is there a right place in ordered configuration where to put ComponentClassTransformWorker2 which adds event handlers using the addEventHandler?
I had a trasform with a configuration: "after:SetupRender","after:CleanupRender", "before:Parameter", "before:onEvent" but there was some weird behaviour: component with added handler couldn't receive any event from a child, parent recieved them without a problem but there was no transformation. I had handlers defined in a class using method name and OnEvent, it seems addEventHandler broke all handlers, only changing configuration to "after:onEvent" fixed the problem. Denis --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
