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
?

Reply via email to