[cfaussie] Looking for Pete Freitag - author of ActivEdit for ColdFusion

2006-09-25 Thread ACTCFUG
Marvellous but I need to consult with you about certain issues I am experiencing with newer JVM's, ColdFusion builds, and ISP's that seem to have not idea how to support your library (fully licensed). --~--~-~--~~~---~--~~ You received this message because you

[cfaussie] getting the name of the calling method within another CFC

2006-09-25 Thread Barry Beattie
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()

[cfaussie] Re: getting the name of the calling method within another CFC

2006-09-25 Thread Blair McKenzie
http://www.bennadel.com/blog/116-Finding-Template-Execution-Stack-in-ColdFusion.htmBlair On 9/26/06, Barry Beattie [EMAIL PROTECTED] wrote: 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

[cfaussie] Re: getting the name of the calling method within another CFC

2006-09-25 Thread Barry Beattie
thanx Blair just have to play around with parent to get what I want. cheers b On 9/26/06, Blair McKenzie [EMAIL PROTECTED] wrote: http://www.bennadel.com/blog/116-Finding-Template-Execution-Stack-in-ColdFusion.htm Blair On 9/26/06, Barry Beattie [EMAIL PROTECTED] wrote: I think