I have searched through the posts and have found a lot of postings
about using getdescendants and getancestors and getparent but can't
seem to get any of them to work.  I'm wondering what I'm doing wrong
or if perhaps there is something wrong with my install.  So
frustrating.

Here's what I want.  I have a template that has a call to include file
for the navigation based on the page.
I'm using the genericNav:

<skin:genericNav navID="#request.navid#"
                        id="nav"
                        depth="2"
                        bActive="true"
                        bIncludeHome="false">

Which works fine..gets me the next two levels down.

However the part of struggling with is that above the nav I want to
display the parent nav title that these links belong to.  So for
instance if my site tree looks like this:

ACADEMICS
   - Academic Divisions
      - Arts & Humanities
      - Business Technologies
      - Mathematics

When I click on Academic Divisions I want my two levels of sub
navigation to show at the left under the header Academic Divisions.

I've passed the pages stobj.objectid to the included file as an
attribute but when I try to pass it to the getparent function it says:
The argument OBJECTID passed to function getAncestors() is not of type
UUID.

I feel like I've been working on this for ages and I'm not making much
progress...I defer to the brains of group to help.

Jaci


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