1.5 IEventSink adapted as behavior

2011-03-07 Thread Bertrand Guay-Paquet
Hello, I am currently using the new inter-component events system to communicate between components. My primary use is to bubble up requests (ajax requests, switch panel events) to parent components. This enables decoupling inner panels so they can be reused more easily in other panels. I

Re: 1.5 IEventSink adapted as behavior

2011-03-07 Thread Igor Vaynberg
hrm. add an rfe to add behaviors to event chain. -igor On Mon, Mar 7, 2011 at 11:21 AM, Bertrand Guay-Paquet ber...@step.polymtl.ca wrote: Hello, I am currently using the new inter-component events system to communicate between components. My primary use is to bubble up requests (ajax

Re: 1.5 IEventSink adapted as behavior

2011-03-07 Thread Bertrand Guay-Paquet
Ok I created https://issues.apache.org/jira/browse/WICKET-3516WICKET-3516 Add behaviors to the event processing chain On 07/03/2011 2:35 PM, Igor Vaynberg wrote: hrm. add an rfe to add behaviors to event chain. -igor On Mon, Mar 7, 2011 at 11:21 AM, Bertrand Guay-Paquet