Not what I was hoping for :-/ Oh well ... I think that restructuring the relationship between by CFCs will be the only solution but it's not something I'm willing to think about at the moment!
Thanks anyway :) On Jun 8, 10:30 am, Sean Corfield <seancorfi...@gmail.com> wrote: > This is a *compile-time* error so no code is executing at the time the > compiler hits that error. It's why you cannot use per-application > mappings here - it's the very first piece of code the compiler sees > and until it has compiled it, there's no code to run - and therefore > nothing executed that can possibly trap the error. > > In other words, you cannot catch this error. > > > > > > > > On Tue, Jun 7, 2011 at 5:07 PM, AJ Dyka <ajd...@learnosity.com> wrote: > > I've done some searching and haven't found any answers yet so I > > figured I'd throw the question out here and see what comes back :) > > > I have an Application.cfc in an app which I want to extend another > > which is accessed via a mapping like so: > > > <cfcomponent output="false" extends="mapping.ParentApplication"> > > > My issue is when the mapping doesn't exist it fails which is fine but > > I want to catch the error and handle it rather than just dump the > > error to the screen. -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.