Chapter 11 Errata 1. Page 291 mid page source code example - The processXMLResponse( ) function incorrectly refers to "xmlreq" when it should be referring to "req". 2. Page 292 top, source example - "

This is HTML

" should read: "

This is HTML

". 3. Page 303. Code sample at top of page. "if (null != request.getParameter("ajaxreq")) {" should read: "if (requestMap.containsKey("ajaxreq")) {"