Here is the portion that I'm not sure about (below).  The method is actually 
quite long, but the vast majority is just using <cfset> to set variables within 
a <cfif> tag.  I've tested that portion, and I'm sure there's no bug there.  
I'm not so sure about this query:

                <cfscript>
                        rateQuery = QueryNew("Shippers,Rates");
                        newRows = QueryAddRow(rateQuery,2);
                        QuerySetCell(rateQuery, "Shippers", "FedEx",1);
                        QuerySetCell(rateQuery, "Rates", variables.fxprice,1);
                        QuerySetCell(rateQuery, "Shippers", "USPS",2);
                        QuerySetCell(rateQuery, "Rates", variables.pmprice,2);
                </cfscript>
                
                
                <cfreturn rateQuery>
        </cffunction>
</cfcomponent>



>SHow us the entire method. This looks to be a bug in your CFC code.
>Ie, not an ajax issue at all.
>
>In fact, if you make a new CFM, use createObject, and call the method,
>do you get the same error?
>
>
>
>> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:307613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to