[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 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
-~--~~~~--~~--~--~---



[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() 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
-~--~~~~--~~--~--~---



[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 CFC'scffunction name=GetBarByID()...
cfset someVal = _helper.GetConverter().DoSomething(value) /(note: _helper.GetConverter() is a reference to another CFC thatdecorates _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)thanxbarry.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  -~--~~~~--~~--~--~---


[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 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
-~--~~~~--~~--~--~---