Ajax on Rails by Scott Raymond This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated February 26, 2007. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification +n: n'th paragraph from the top of the page -n: n'th paragraph from the bottom of the page ######################################## {23} 2nd code block, line 11 request.open('get', '/chapter2/myresponse'); -> request.open('get', '/chapter2/myresponse', true); ######################################## {23} 2nd code block, 3 lines from end request.send(); -> request.send(null); ########################################