> Again, the code shows what method is being called; not which method > called another method. Although, it could certainly be modified to do > that too.
Ok now I understand what you have done... I tought that I will know who has called the method... because right now, on all my methods I have the first arguments wich is .. <cfargument name="in_callername ... ">.... on every method I have this first argument.... just to know who has called the method... for debugging purposes... If I could use your code to know whose calling... I will not need this argument on every method... Thanks and I hope some time I will not need to pass the caller name of a method... Stephane ----- Original Message ----- From: "Matt Liotta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 6:06 PM Subject: Re: [CFCDev] Programmatically determining a method call > > Hi Matt, I have tested your script and I don't get what you mention... > > the > > only thing I'm getting when I'm doing... <cfoutput>Caller Method: > > #theCaller.toMethod# #methodname#</cfoutput>... I'm getting the same > > method > > name that execute your script!... > > > My code is supposed to give you the name of the method executing and > from which CFM or CFC called it, so yes, the method name should match > the method you have my code in. > > > When I put your peace of code in the cfscript into my > > VerifyOnlineStatus > > method that it's being called by GetEmail method... it's telling me > > when I'm > > doing the cfoutput above... "Caller Method: VERIFYONLINESTATUS"... it > > does > > not tell me this... "Caller Method: GetEmail".... may be I'm missing > > something here!! > > > Again, the code shows what method is being called; not which method > called another method. Although, it could certainly be modified to do > that too. > > > Your method does not any arguments!... and how can I verify what the > > version > > of JDK that I'm running... JDK does not mean anything for me!... > > > If the code executes without error then you have the correct JDK. > > Matt Liotta > President & CEO > Montara Software, Inc. > http://www.MontaraSoftware.com > (888) 408-0900 x901 > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
