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

Jan Moxter commented on WICKET-4569:
------------------------------------

The problem is that the response from the call to "Wicket.Ajax.ajax(attrs)" is 
managed by the Autocomplete Script internal function "doUpdateChoices(resp, 
defaultSelection)", but the ajax response is called using apply and therefor an 
array of parameters is used to call the function. The parameter necessary is 
the third parameter. In the js script in the attachment is workaround for this. 
                
> AutoComplete text field does not work: Channel busy - postponing..
> ------------------------------------------------------------------
>
>                 Key: WICKET-4569
>                 URL: https://issues.apache.org/jira/browse/WICKET-4569
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>         Environment: Opera 12.00 beta, Firefox 12, Chromium 18.0.1025.151
>            Reporter: Anton Marchenkov
>         Attachments: myproject.zip, wicket-autocomplete.js
>
>
> After first input I'm getting a "Channel busy - postponing...".
> The same code works fine with Wicket 1.5.4. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to