Is it possible to do the following:

#foreach ($nav in $navList)
    ...html...
    
    $navigation.setTemplate($nav)
    
    ...more html...
#end


And if so, will this call the corresponding Navigation class for the
template? 

What I am trying to do is make a navigation system whose peices are
screen specific. IOW, I will be setting what navigation templates to
include within my screen template or class. Some of these navigation
peices will need dynamic data, and I would like to set that data in
Navigation classes (i.e., if $nav = "Foo.vm" I want xxx.navigation.Foo
to put the relevant data in the context). 

I realize an alternative to this is to use Pull tools and pull my data
into my navigation pieces, but I would prefer the other way for now.

Later,
-- 
\ Craig Patrick McDaniel
/_\ Software Engineer
/_/_\ n + 1, Inc.
/_/_/_\ [EMAIL PROTECTED]
/_/_/_/_\ (502) 479-5557

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to