On Apr 6, 2005 3:00 AM, Protoculture <[EMAIL PROTECTED]> wrote: > I have two cfc's > > cfc (a) which extends cfc (b) > > In cfc (a) how can I call cfc (b) ?
It isn't clear what you are asking. If b has a method foo and a does not override it, you can call it directly (because it is inherited). If b has a method bar and a overrides it (defines another method bar) then you can call 'up' into b using super. Note that the named arguments problem was fixed in CFMX 7. -- 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:201725 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

