5 Replies Latest reply on Mar 6, 2008 9:07 PM by keithnaas

    AJAX Look-Up

    rfischerecmc

      I've got a really simple AJAX use case, but I can't seem to get it to work.  I'm looking for any help you can offer.


      Here's the case.


      I've got a text field, and when it loses focus (onblur), I want to call a remote method to do a string look-up and then update a span elsewhere on the page with the result.


      I've got it to the point where the value in the text box is being sent to do the string look-up, and I get a big HTML document back from the AJAX call, but the return value from the method isn't included anywhere in that big HTML document.


      Any help on where to start looking for the problem?  Is there a good example of using AJAX for this kind of use somewhere out on the web?