If a PLP handler causes an exception of type 'cfa', the resulting errors are eaten by <cfa_plp>. This is very bad. (See my earlier rant about error eating in containers.) Also, the error handling code in <cfa_plp> is as follows (reformatted a little bit): <!--- Handle errors ---> <cfif not bExecutionWasSuccessful> <cfswitch expression="#stTDO.onErrorMethod#"> <cfcase value="custom"> <!--- bunch of commented-out code ---> </cfcase> <cfcase value="SAGA"> </cfcase> </cfswitch> </cfif> Just what on earth is this code supposed to do!?!?!?!? Cheers Michiel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
