Re: Event bubbling question

2009-06-16 Thread Piero Sartini
> 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

Re: Event bubbling question

2009-06-15 Thread Robert Zeigler
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