OK, at risk of seeming stupid, I do not have an _genericNav module in 
the path you have here. What I have in the includes is dmFooter, 
dmHeader, dmSideBar, and dmUtility.

Jake Churchill wrote:
> Usually you can do this using your _genericNav module.  Here's a sample:
> 
> <cfmodule
> template="/farcry/#application.applicationname#/webskin/includes/_genericNav
> .cfm"
>       navID="#application.navid.home#"
>       id="nav"
>       depth="2"
>       bActive="true"
>       bIncludeHome="true">
> 
> Essentially, this is saying "build me a 2 level navigation with ID "nav"
> starting with the "Home" node.  What I do a lot of times is set up a 1 or 2
> level navigation on the top and then add a side nav.  The side nav can be
> built much the same way:
> 
> <cfmodule
> template="/farcry/#application.applicationname#/webskin/includes/_genericNav
> .cfm"
>       navID="#request.navid#"
>       id="sideNav"
>       depth="1"
>       bActive="true"
>       bIncludeHome="false">
> 
> Notice this is saying "give me a 1 level navigation starting from the
> current node (request.navid) and do not include the home node
> (bIncludeHome=false)."
> 
> Hope that helps.
> 
> _____ 
> 
> Jake Churchill 
> Team Leader
> 11204 Davenport, Ste. 100
> Omaha, NE  68154 
> http://www.cfwebtools.com 
> 402-408-3733 x103 
> 
> 

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