|
No to
both. The constructor code is run prior when the object is created, not
when a method is being called.
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
|