LOL, my god I'm a dork. Sorry, one of my test case templates was in fact a cfc. ;-)
Thx! Stace -----Original Message----- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 12:42 AM To: CF-Talk Subject: Re: Possible RedSky/CFC Bug... On Sunday, Aug 17, 2003, at 20:45 US/Pacific, Stacy Young wrote: > Can someone confirm that I'm not crazy and/or missing something obvious > that would cause this weird response from 6.1. This code is in a CFM page? > <cfset a = CreateObject("component","ActivityAuthDAO")> > > <cfset b = a.load( fromDate=CreateDateTime(2003,4,25,0,0,0), > toDate=now() )> > <cfdump var="#b#"> This indicates you tried to hit TEST_ActivityAuthDAO.cfc, not a .cfm page: > D:\dev\ino3\model\com\sfcommerce\reports\activity\TEST_ActivityAuthDAO. > c > fc If your code is in a .cfc page, it will call the CFC Explorer. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

