Hi,<br><br>I&#39;m trying to use openlayers along with a form which uses the Ajax.autoComplete of scriptaculus.<br>I can&#39;t make it work properly, as the autoComplete always shows me the first batch of results regardless of the input.
<br><br>It seems that Openlayers intercepts the ajax response from the server in its Function.prototype.bind definition which defines function(moreargs).<br>function(moreargs) is called for every response from the server and it appends the response into the args array. So my args array now contains all of the autoComplete responses (which are not valid anymore as only the last response contains the correct set). When it passes this array further down to scriptaculus, scriptaculus only uses the first response as it does not expect an array. So I always get the same batch of completions.
<br><br>Can I avoid Openlayers intercepting the autoComplete responses?<br><br>Thanks,<br clear="all"><br>-- <br>Ehud Shabtai<br><a href="http://www.freemap.co.il/map/">http://www.freemap.co.il/map/</a>