On Fri, 5 May 2000 13:28:11 -0700, Reuben Poon <[EMAIL PROTECTED]> wrote:
>
> Has anyone used nested CFMODULE tags in a parent/child relationship?
>
> For example:
> <CFMODULE TEMPLATE="file1">
> <CFMODULE TEMPLATE="file2" />
> </CFMODULE>
>
> I keep getting this error:
>
> The base tag specified, BUTTONS, does not expose any data. Therefore the
> current custom tag cannot be associated with it. The likely cause of the
> error is that:
>
> no base BUTTONS tag has been provided, or,
> the base tag specified is not a custom tag
> The error occurred while processing an element with a general identifier of
> (CFASSOCIATE), occupying document position (13:1) to (13:31).
>
>
> If I use a normal custom tag instead of CFMODULE like:
> <CF_file1>
> <CFMODULE TEMPLATE="file2" />
> </CF_file1>
>
> I don't get any errors.
First, would be good to see the actual code ? Second, and I'm not at work at the
moment soo can't check it out myself, but if you use CFMODULE to call your tag, is not
the tag name CFMODULE - not the name of your file (BUTTONS) because you called
CFMODULE not BUTTONS ?? You can get the hierachy of tags - do so and see if BUTTONS is
in there or if it is CFMODULE.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.