You can extend the parent Application.cfc in the child Application.cfc. Make sure you don't override the application name though as I'm pretty sure that would create a different application name (and thus session scope). Also, make sure you call super() if the parent has any logic that also needs to run when the methods are called (onApplicationStart(), etc.).
On 10/29/07, Justin T <[EMAIL PROTECTED]> wrote: > > >There are a lot if issues to work out and understand well but it is > >entirely possible to combine Application.cfm / Application.cfc > >functionality. > > Well, this would be two application.cfc. I already converted Ray's stuff > to application.cfc. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292242 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

