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