try {method:'get'} and see if the problem follows.

Walter

On Dec 31, 2006, at 7:37 AM, Christophe Porteneuve wrote:


Hey there,

Barbi a écrit :
  I'm trying autocomplete script but I receive the error 405 every
time I type a key in the text component.

405 is Method Not Allowed.  Your auto-completer definition uses
Ajax.Request internally, with its default 'post' request method, and
apparently this way (POST) is forbidden on your server side, for one
reason or another.

Failing resolution based on this info, can you provide a minimal online
reproducible case for us to tinker with?

--
Christophe Porteneuve a.k.a. TDD
"[They] did not know it was impossible, so they did it." --Mark Twain
Email: [EMAIL PROTECTED]

>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to