Here's one way I've tried:

qTT =
application.factory.oTree.contentobjectget("A53653AA-BDB7-CEBA-F06FD850B2673468",
"Image");

This allows me to render the image (#qTT.imageFile#), but I have to pass
its objectID to do so, and I won't know the objectID of the image.

Here's another try:

<cfscript>
navFilter=arrayNew(1);
navfilter[1]="status IN (#listQualify(request.mode.lvalidstatus, "'")#)";

oL = Request.navid;

stNodeProps = createObject("component",
application.types.dmNavigation.typePath).getData(objectId=#oL#);
</cfscript>

<cfdump var="#stNodeProps#">

I can see the object ids I need to access in order to render the image,
but I don't know how to access them dynamically from each node.


Mike

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to