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.

--
Reuben Poon
Programmer
PINT - Powell Internet

Tel: 858.270.2086
Fax: 858.270.0410
[EMAIL PROTECTED]

http://www.pint.com
http://www.democompany.com
------------------------------------------------------------------------------
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.

Reply via email to