So I am lazy and have been using CFINVOKE for my CFC's since DW has a 
nice drag and drop function for this. Lately, some of my CFINVOKE lines 
suddenly stopped working (they had been working for a few weeks prior). 
For instance, I have this:
 <cfinvoke
             component="CFC.Schools"
             method="GetSchoolInfo"
             returnvariable="SchoolDetails">
                <cfinvokeargument name="School_ID" 
value="#Session.School_ID#"/>
            </cfinvoke>

Out of the blue I would start to get an error that School_ID is required 
for GetSchoolInfo, but that value was not passed in. I would copy, then 
delete and save the page, then paste the code back in, and post the page 
again, but still I get that error. So for grins I changed up to 
CreateObject for invoking this CFC, and it worked fine. Put the above 
code back in and it craps out still. Anyone else run across this, and if 
so were you able to figure out what was going on?

Thanks,

Bruce

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291786
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to