On 7/8/05, Jared Rypka-Hauer - CMG, LLC <[EMAIL PROTECTED]> wrote: > Or, you could do what Sean Corfield blogged about a while ago: > > /appProxy.cfc > /Application.cfc extends="appProxy" > /admin/Application.cfc extends="appProxy"
Almost... Check my blog: http://corfield.org/blog/index.cfm?do=blog.entry&entry=C8AF0DA4-0E78-FC9E-6975A16624A1E3C1 /Application.cfc /AppProxy.cfc extends="Application" /admin/Application.cfc extends="AppProxy" And don't forget to call super() as appropriate in any methods you override (in admin.Application). -- 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211478 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

