You might try:
<cfmodule name="project.menu" key="blah" title="shoes">
        <cfmodule name="project.submenu" url="/index.cfm" title="home">
        </cfmodule>
</cfmodule>

CF will take any </cfmodule> as the closing-tag for whatever <cfmodule..> it
processed last. In that example, I suspect it is taking the </cfmodule> and
closing the <cfmodule name="project.submenu"...> tag.

Regards
David Perkins


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 5:24 AM
To: Fusebox
Subject: re: cfmodule as end tag


Does anyone know if it is possible to use <cfassociate> when using
the <cfmodule> tag? I tried to replace...

<cf_menu key="blah" title="shoes">
  <cf_submenu url="/index.cfm" title="home">
</cf_menu>

with...

<cfmodule name="project.menu" key="blah" title="shoes">
  <cfmodule name="project.submenu" url="/index.cfm" title="home">
</cfmodule>

to tidy things up a bit but the <cfassociate basetag="cf_menu">
doesn't work. Also GetBastTagList() shows cf_submenu as the first
element but doesn't show cf_menu or a cfmodule at all?!

Any ideas?

Ant


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to