I've updated my server with the http://kb2.adobe.com/cps/406/kb406660.html 
hot-fix as I want to use the YouTube API.

The problem is that a simple use of CFHTTP to read a .csv file that used to 
work no longer does. I get an 'Attribute validation error for tag cfloop' when 
I try to loop over the query.


<cfhttp
        method="get"
        url="#csv#"
        name="student_marks" >
</cfhttp>

<cfloop query="student_marks"></cfloop>

On the Adobe website, the troubleshooting advice is
'If you see an"Attribute validation error for the http tag" error ,you have not 
installed the new tag lib definitions to the ColdFusion server'. 

I have installed the new tag lib definitions. They seem to be in the right 
place (i.e. if I remove the file, no tag works).

Any ideas?





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323441
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