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

Event bubbling question

2009-06-15 Thread Piero Sartini
Hello! I have a problem with the event bubbling stuff. A form is located inside a component which in turn is embedded inside my page. Now I am trying to process the form in my page. There is more than one component inside the page so there is the need to specify the component who triggers the