Have you tried putting cferror tags in various places, for instance 
onApplicationStart or so?

Cheers
Kai

> 
> 
> 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.
> 
> I can't try/catch around the outside of the component and onError
> doesn't get invoked because the Application can't be initialised so I
> think I'm stuck ... any ideas?






-- 
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.

Reply via email to