ColdBox Framework Forums Notification: Post to How should I handle a top menu bar?

Title: RE: How should I handle a top menu bar?
Thread: How should I handle a top menu bar?
Forum: Discussions
Conference: ColdBox
User: lmajano There are several ways to do it. My personal preference is to create a tags
directory inside of my views folder. I place there all the reusable views I can
render by themselves on any layout or view. I can just render them by doing:
[code]
#renderView('tags/header')#

body here

#renderView('tags/footer')#
[/code]

I can then put conditional statements or security around my header or
navigation view.
http://forums.coldboxframework.com/index.cfm?event=ehMessages.dspMessages&threadid=A10B7F1E-FF65-CEF6-65E92E6F5CD78F53