Got it sorted thanks, I needed to pull back the alias of the navigation node
from the dmhtml page, this I am using to pass into a query, got it working
now.  Thanks to Tom.

<cfset oNav = createObject("component",application.types
['dmNavigation'].typePath)>
<cfset stNav = oNav.getData(request.navId)>
<cfdump var="#stNav.lNavIDAlias#">

Thx
Mark

On 6/1/07, Jake Churchill <[EMAIL PROTECTED]> wrote:
>
> I'm not sure I understand what you're getting at.  You want to get a nav
> alias by using the object ID?
>
> On 5/31/07, M Wheeler < [EMAIL PROTECTED]> wrote:
> >
> > Hi
> >
> > is there a way to pull out the lNavIDAlias value out of a page so that I
> > can use this value in a rule I have set up on this DMHTML page.  I know I
> > can get the object id with application.navid.xxx where xxx is the
> > lNavIDAlias.  would like to do it the other way round, to pass into a query.
> >
> > farcry 3.0.1
> >
> > Thanks
> > Mark
> >
> >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to