No to both.  The constructor code is run prior when the object is created, not when a method is being called.
-----Original Message-----
From: St�phane Bisson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 2:06 PM
To: [EMAIL PROTECTED]
Subject: [CFCDev] Fw: Is constructor can read ARGUMENTS passed to CFC method!

Also, can I know which method is being call in the CFC constructor code!...
 
----- Original Message -----
Sent: Tuesday, August 19, 2003 4:03 PM
Subject: Is constructor can read ARGUMENTS passed to CFC method!

I just want to know if I can read in the constructor of a CFC the Arguments passed to the CFC method that is being called!.
 
So if I call this method like
 
<cffunction name="MailList" access="remote" returnType="query">
      <cfargument name="in_nickname"  type="string"  required="true" hint="Nickname">
 
I want to be able to read the argument.in_nickname in my CFC constructor code. Can I! I guest not!
 
Stephane

Reply via email to