Hello again jake,
I had to step away from this project for a bit but now I am back at it. So I
implemented the code you sent me and now not only is my nav on still on the
top, none of the links work. Not sure what is going on here. My
implementation looks like this:

<cfmodule
   
template="/Farcry/Projects/#application.applicationname#/webskin/includes/_genericNav.cfm"
   navID="#application.navid.home#"
            id="nav"
   depth="1"
            bActive="true"
            bIncludeHome="false"
            bselfInclude="true">

I also tried using this:
<skin:buildLink objectid="#objectid#">#objectName#</skin:buildLink>
         <skin:genericNav navID="#application.navid.home#"
   id="nav"
   depth="1"
   bActive="true"
   bIncludeHome="false">

The problem is that objectName is not a vaild variable. Not sure why this is
since when I dump qNav I see objectName in the output. I am attaching the
_genericNav that I am using now in the hope that you can see what I am doing
wrong. I am also attaching the dmHeader.cfm file.

Thanks,

Bruce

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Attachment: dmHeader.cfm
Description: Binary data

Attachment: _genericNav.cfm
Description: Binary data

Reply via email to