David Zikakis wrote:
Originally I had this code in my new dmNavigation.cfc
<cfcomponent extends="farcry.farcry_core.packages.types.dmNavigation">

but it looks like extending the original type overwrites/eliminates some of
the attributes, namely displayname and buseintree

after changing the code in my new dmnavigation.cfc to this:

<cfcomponent extends="farcry.farcry_core.packages.types.dmNavigation"
buseintree="1" displayname="Navigation Node">

Interesting. I didn't realise that the component metadata was not propagated through the inheritence model.


-- geoff
http://www.daemon.com.au/


--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to