You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/05/12 14:58:15 UTC

[jira] Commented: (WICKET-214) Call all behaviors attached to the same event

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

Matej Knopp commented on WICKET-214:
------------------------------------

I don't really like this. We could use Wicket.Event for attaching events on to component instead of the attributes, but this would result in multiple ajax calls. I doubt that this is desirable. 

> 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.