hi there, i have the following composite object vehicle.cfc has the dao as a
property instance.dao = createobject(----'vehicledao); vehicledao.cfc has the
datase object as a property instance.database = create etc My question is, how
do i reference the instance scope fo the parent and grand parent cfc (the
vehicle and vehicledao from wihtin the database cfc) Also how does a child
composite, reference its parents methods? and how sdo i reference a child
coposites methods from outside of the parent (the vehicledao methods from
outside the objecct) I really need an answer for this asap, as i cant continue
with my project until i know! Please help!! cheers jame :|