You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2012/11/13 22:31:36 UTC

Re: strange issue, OnChangeAjaxBehavior() executed only once

It means that there is a running Ajax request.
Wicket sends one Ajax request per channel (see AjaxChannel.java).


On Tue, Nov 13, 2012 at 11:28 PM, saty <sa...@gmail.com> wrote:

> Thanks, using the debug mode i see that it prints
>
> INFO: Channel '0' is busy - scheduling the callback to be executed when the
> previous request finish.
>
> not sure what it means.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/strange-issue-OnChangeAjaxBehavior-executed-only-once-tp4653798p4653858.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Re: strange issue, OnChangeAjaxBehavior() executed only once

Posted by saty <sa...@gmail.com>.
Thanks martin.

I see that i have two java script errors and these could be causing the
problem.

ReferenceError: Prototype is not defined 

TypeError: Tip is not a constructor



These are related to prototype.js and wicketstuff-minis (tool tip)

Any help on resolving these?

Thanks



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/strange-issue-OnChangeAjaxBehavior-executed-only-once-tp4653798p4653862.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org