> "The tag does not have an attribute called
> attributecollection. "

I tried a simple test and got the error in both CF8 and CF9 when 
attributeCollection was used.

<!--- works --->
<CFX_TEST Name="blah">
<!--- fails --->
<cfset attr = structNew()>
<cfset attr["Name"] = "Blah">
<CFX_TEST attributeCollection="#attr#">


      


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335807
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to