Programming ColdFusion MX, 2nd Edition by Rob Brooks-Bilson The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. 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 This page was updated March 27, 2007. UNCONFIRMED errors and comments from readers: {11} 2nd paragraph; the text reads: CFML tags are not case sensitive ( and both work). That sentence would only make sense if there was a difference in the case between the two tags. (527) Example 17-1; The value of CFCHART's "xaxistype" attribute should be set to "category" not "scale". If set to "scale", using non-numerals ("Greg", Nick", etc) as the values of CFCHARTDATA's "item" attribute will generate a runtime error. [580] right before the last two paragraphs on the page; The line: cfcatch("ExceptionType", ErrorVar) Shouldn't it be something like this: catch("exceptionType" nameOfExceptionInfoStructure); [665] 2nd block of code ; Instead of: Should it be: Because there is no method called setEmployee for the 'employee' CFC.