Thanks Charlie... that was it... didn't know about the reserved word part...
Rick > -----Original Message----- > From: Charlie Griefer [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 19, 2008 4:39 PM > To: CF-Talk > Subject: Re: Waaahhhh! Why won't my CFC work! > > i'm not real familiar with cfinvoke, but could the tag be thinking > that the "password" attribute is meant as a password to a web service > (i.e. a "built in" attribute) rather than an argument being passed? > > for kicks and grins, try this: > > <cfinvoke > component="c21-ar-sm-homesite.components.manager_authorization" > method="authenticate" > returnVariable="manager_id" > email="#form.email#" > pw="#form.password#" > /> > > then change your <cfargument> from "password" to "pw". ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307786 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

