>>Why don't you paste the full error message and the code. I already posted it in my first post. The full error message is "The tag does not have an attribute called attributecollection. " on the line: <CFX_MyCFX attributeCollection="#attributes#">
This line is inside a standard CF_custom tag, then the attributes scope exists. The error complains that this CFX tag has no attribute called "attributeCollection", which is true, and obviously, attributeCollection is treated as an ordinary attribute by the CF compiler before calling the CFX, instead of passing every attribute in the structure to the CFX tag. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:335817 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

