> 2) Normally, what I do in these situations, is to encapsulate the
> events with a custom event. That hides the details of component from
> users of the component, so even if, eg, form component events change,
> or if I change the guts of the component to operate differently, I can
> still keep t
Two comments:
1) onSuccessFromComponent, in theory, should work, but IFF "Component"
doesn't also have its own onSuccess handler.
2) Normally, what I do in these situations, is to encapsulate the
events with a custom event. That hides the details of component from
users of the component, s