The <CFASSOCIATE> tag allows you to associate subtags, or child tags, with base tags.
This tag can only be used within custom tag template files. It is used within the subtag to make
the subtag data available to the base tag. The subtag data is stored in a structure in the base
tag.
Syntax:
<CFASSOCIATE
BASETAG="Base Tag Name"
[DATACOLLECTION="Collection Name"]>
Attributes:
ATTRIBUTE
DESCRIPTION
COMMENTS
BASETAG
The Base Tag's Name
Required. Contains the name of the base tag associated with this subtag.
DATACOLLECTION
Structure's name in the base tag to store attributes
Optional. Defaults to structure of AssocAttrib is used.