On 5/10/06, Plunkett, Matthew wrote: > My problem is that I have both 2 and 3 implemented. It seems that 2 never > hits unless I turn off 3. Is that expected, or is there a way around it?
That ain't right. Are you sure you are using type="EXCEPTION" in the cferror statement? Dave Watts put up an order of precedence in another thread and that sounds right. I have been doing error trapping like I described with no problems. EXCEPT... One quirk I noticed recently but have not scouted out yet: If I have a root folder that has an Application.cfm in it, and then I have a subfolder (/foo/), and /foo/Application.cfm also exists AND the first line of /foo/Application.cfm is <cfinclude template="../Application.cfm"> then the subfolder inherits all of the root folder's stuff just like I expect. EXCEPT for the cferror statement. I found on a CF7 Crystaltech server that I had to duplicate in the cferror statement to bring error handling back. I haven't investigated further. Just needed a band-aid while I worked that day. -- [EMAIL PROTECTED] Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240192 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

