> > 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.

The name won't ever be "CFMODULE"; it should be the name of the parent file,
minus the extension, even when using CFMODULE to call it.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
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