I am working on setting up a multi language (english, japanese) site
(on 5.1.1) following some of the guide lines posted by Trond at:
http://trond.ulseth.no/index.cfm/2007/2/13/FarCry--navigation-in-a-multi-language-site

Howver, I'd like to determine the parent node before the header is
displayed as this will also vary.


<!--- figure out home node --->
<cfinvoke
component="farcry.projects.myproject.packages.system.tools.utilities"
method="searchForParentAlias" returnvariable="parentAlias">
   <cfinvokeargument name="objectID" value="#request.navid#">
   <cfinvokeargument name="aliases" value="home,jp_home">
</cfinvoke>

I get back: application.navid[xxx]

rather than invoking this in the header webskin, where would be a good
place to get/set this value so its available before any webskins are
called?
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---

Reply via email to