i think it makes sense to be able to target a component as the most fine grained receiver and letting all behaviors check in and see if they want to respond.
-igor On Wed, Sep 4, 2013 at 3:13 AM, Martin Grigorov <[email protected]> wrote: > Hi, > > https://issues.apache.org/jira/browse/WICKET-5339 requests to be able to > broadcast events to component's behaviors when the type is EXACT. > > I've attached a patch that allows to send event to a specific behavior: > > send(someBehavior, Broadcast.EXACT, event) > > > The reporter of the ticket asks for a bit different behavior : > > send(someComponent, Broadcast.EXACT, event) > > to send the event to the provided component and all its behaviors. > > Do you agree with his request or we will need a new Broadcast type for this > ?
