Log a warning when there are several ajax event behaviors on the same event

2012-02-23 Thread Martin Grigorov
Hi, What do you think about this additional code in AjaxEventBehavior#onComponentTag() (Wicket 1.5) : @@ -108,6 +112,20 @@ public abstract class AjaxEventBehavior extends AbstractDefaultAjaxBehavior Component myComponent = getComponent(); if

Re: Log a warning when there are several ajax event behaviors on the same event

2012-02-23 Thread Igor Vaynberg
looks good to me -igor On Thu, Feb 23, 2012 at 6:01 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, What do you think about this additional code in AjaxEventBehavior#onComponentTag() (Wicket 1.5) : @@ -108,6 +112,20 @@ public abstract class AjaxEventBehavior extends