|
Also, can I know which method is being call in the
CFC constructor code!...
----- Original Message -----
From: St�phane
Bisson
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
|
- RE: [CFCDev] Fw: Is constructor can read ARGUMENTS passed ... St�phane Bisson
- RE: [CFCDev] Fw: Is constructor can read ARGUMENTS pa... Brad Howerter
