Is it possible to determine if a navigation node has at leat one page (dmHTML or otherwise) associated with it?
Andrew,
Try the following, replacing typename with dmHTML and objectID will be you dmNavigation objectID.
<nj:treeGetRelations typename="#attributes.typename#" objectId="#attributes.ObjectID#" get="children" r_lObjectIds="objectNavIDs" r_stObjects="objectNavStr" bInclusive="1">
objectNavIDs will return a list of the objectIDs that are a child of the supplied objectID.
You could also query the dmNavigation_aObjectIDs table, this is where the children of a navigation node are held.
hth, Chris.
--- 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
