I think I've come across this before but I've gotten rusty and can't remember.

if I have a method in Foo.cfc called GetBarByID()

and in that I'm calling other CFC's

<cffunction name="GetBarByID()"...>

    <cfset someVal = _helper.GetConverter().DoSomething(value) />

(note: _helper.GetConverter() is a reference to another CFC that
decorates _helper.. so it's cfc.cfc.method)

how can .DoSomething(value) know that it was called by Foo.GetBarByID()

(this is for both CF6.1 and CF7)

thanx
barry.b

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to