-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Chris Gomez
Sent: Wednesday, December 15, 2004 10:33 AM
To: [EMAIL PROTECTED]
Subject: CFC help

I'm trying out cfc's for the first time. I can get it to invoke correctly,
but I'm having problems changing the default arguments. It won't accept any
URL vars (besides 1). I tried cfinvokeargument and it didn't work either.
Any ideas?

Thanks,
Chris


Whoops.. Forgot the semi:

<cfscript>
        if(NOT IsDefined("variables.XFaction")) { variables.XFaction = 1; }
        my_obj = CreateObject('component','your_mapping.mechlist');
        my_obj.HvyList( XFaction: variables.XFaction, Flag: url.flag, Xera:
url.Xera );
</cfscript>


---
[This E-mail has been scanned for viruses.]

----------------------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   http://www.dfwcfug.org/form_MemberUnsubscribe.cfm
To subscribe: 
   http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to