you are using 1.2.5 or lower? there is an open bug for that already
-igor


On 2/23/07, Konstantin <[EMAIL PROTECTED]> wrote:


Ok with that.

But I figured out another bug or a feature. When I navigate through pages
of
my site I sometimes get page with wicket-ajax.js in header and sometimes
without ... so my ajax is broken on that page. I suspect that it began to
start happening when I've created navigation with OnMouseDown events with
window.location.href='+urlFor(mySuperPage.class, new PageProperties())'
...
maybe it is somehow done in a wrong way ?



igor.vaynberg wrote:
>
> that means you are sending multiple requests over the same ajax channel
> but
> at a rate higher then those requests are processed on the server side so
> they get queued
>
> -igor
>
>
> On 2/23/07, Konstantin <[EMAIL PROTECTED]> wrote:
>>
>>
>> I get:
>> INFO: Initiating Ajax GET request on ...
>> INFO: Invoking pre-call handler(s) ...
>> INFO: Channel busy - postponing ...
>>
>> What does it mean ? I create a "modal" progress control in pre-call
>> handler
>> and because I do not get success nor failure answers (in which I turn
off
>> progress control) it loops forever ...
>> Can you tell me what is wrong ?
>>
>> Wicket 1.2.5, Mozilla FireFox 2.0
>> --
>> View this message in context:
>>
http://www.nabble.com/Wicket-Ajax-Debug%3A-Channel-busy---postponing-...-tf3279219.html#a9120006
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>>
-------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys-and earn cash
>>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>
>
-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

--
View this message in context:
http://www.nabble.com/Wicket-Ajax-Debug%3A-Channel-busy---postponing-...-tf3279219.html#a9124357
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to