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