On Apr 7, 2005 2:37 PM, Matt Robertson <[EMAIL PROTECTED]> wrote: > What you can't do is put your try in /Application.cfm and your catch > in OnRequestEnd.cfm. Thinking on it I can't see a reason why > /Application.cfm can't have its own try/catch, unless there's a cf > rule somewhere that says so.
Each file must be a syntactically valid unit of ColdFusion code: you can't open a tag in one file and close it in another. Each file is compiled separately (which is why it must be syntactically valid). -- Sean A Corfield -- http://corfield.org/ Team Fusebox -- http://fusebox.org/ Got Gmail? -- I have 50, yes 50, invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201948 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

