Hi,

I could need som help, I have a large navigation and the genericNav
does'nt seem to output it correct.

First of all, this site is split into to parts. I have the home
navigation and a "secondary "home". The structure looks like this:

root
-home
-secondary home

Under my "secondary home" I have a large navigation, but it's only
going 4 levels down from the "secondary home" node.

root
-home
-secondary home
--level2
---level3
----level4
-----level5

The code for displaying the navigation is:
<cfmodule
template="/farcry/#application.applicationname#/webskin/includes/_genericNav.cfm"
   navID="#request.navid#"
   functionMethod="getBloodline"
   functionArgs="jointable=""dmNavigation"",
status=""#request.mode.lvalidstatus#"""
   id="submenu"
   startLevel="3"
   depth="10"
   bActive="true">

This actually works great if I'm on the level2, level3 and level4. But
if I'm on the level5 it does'nt display the level2 anymore.

Anyone understanding my problem and could help me out?


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

Reply via email to