Sunday, March 11, 2012

Debugging error with AutoCompleteExtender

For anyone that is interested I solved my problem, but not without the help of LiveHTTP add-on for Firefox. The issue had to do with the name of the first parameter of the method used in the web service for retrieving the hints. "prefixText" was named "prefix" when I created the new web service which broke the call. I was finally able to get the error text by recording the HTTP traffic that ajax was performing, and playing it back within the browser so that I could view the results that were sent back.

Cheers.

No comments:

Post a Comment