On Wed, Sep 10, 2014 at 9:40 AM, manumoreno <weddoes2...@gmail.com> wrote:

> Martin Grigorov-4 wrote
> > Hi,
> >
> > The
>
> >  element has two JavaScript event listeners for 'click' event - one
> > by Wicket's AjaxFallbackLink and another by (Knockout.js ?!) data-bind
> > attribute.
> > The order of their execution is not determined.
> > If Wicket's listener is called first then it will get the old value:
> > null,
> > click1, click2, etc.
> > While data-bind's listener will get: click1, click2, click3, etc.
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> > https://twitter.com/mtgrigorov
>
> Ough!, yes, there are two event listeners for click,. (Knockout, good
> guess!), I think I'll try to make two components separately or use
> different
> events.
>
> Do you think is feasible use two events in the same
> component  ?, for example,. an 'event: {onfocus}' from Knockout and the
> AjaxFallbacklink?
>

It is OK (if you know what you are doing!).


>
> Thanks a lot Martin,.
>

Welcome!


>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Problem-getting-data-from-a-CharSequenceResource-tp4667434p4667443.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to