>> Aha! Yet another implementation of the getRelativePath() >> function... >> :) It makes me think perhaps there should be one native >> in CF.
> Oh I totally agree there should be. >> I believe you need to enable robust exception information >> in the CF >> Administrator before cfcatch will populate the tagcontext >> array. > Just tested this on CF7. While "Enable Robust Exception > Information" > affects what gets dumped out on a regular error, it seems > to make no > difference to the content of the cfcatch structure if you > do this: > <cftry> > <cfthrow> > <cfcatch> > <cfdump var="#cfcatch#"> > <cfabort> > </cfcatch> > </cftry> > So that's good news for anybody who is using this nasty > hack.... So it worked? I'm still a little fuzzy... :P How robust exception information changes the content of the error may vary from one type to the next, i.e. database errors might get extra db related info... In particular, if you're throwing an error, there's probably just no extra "robust" information to provide, since all the error info (asside from tag context and file info) has to be provided in the cfthrow tag. s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/4806Dealey.htm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217397 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

