[ 
https://issues.apache.org/jira/browse/WICKET-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495299
 ] 

Erik van Oosten commented on WICKET-214:
----------------------------------------

The situation would already be improved a lot if the javadoc would make it 
clear that it is not possible to add multiple behaviors to the same event.

Yet another option is to provide an aggregation behavior. Something that would 
allow you to merge 2 behaviors into 1. I am not sure how this could work.

I am not familiar with Wicket.Event (a 1.3 feature?).

> Call all behaviors attached to the same event
> ---------------------------------------------
>
>                 Key: WICKET-214
>                 URL: https://issues.apache.org/jira/browse/WICKET-214
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.2.4, 1.3, 2.0
>            Reporter: Erik van Oosten
>         Assigned To: Johan Compagner
>             Fix For: 1.3, 2.0
>
>
> If one adds 2 AjaxFormComponentUpdatingBehaviors with event "onchange" to the 
> same form component, only the behavior that was added last will actually be 
> called. Please make it so that both are called.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to