Hi IN our site we want to build navigation dynamically depending on what is the content in a specific area, say A on the page we are at. Now we have a main template that may be used by 50 pages. And content in the area A is different on each of these pages. Navigation has to be built from the database depending on the content in area A. How CAn i do something like this IN the template i want to say abc:leftNav(contentName), IN the renderer page(homepage.jsp) contentName="dataCard" Depending on the value of contentName, navigation will be fetched from the database. Or could anyone suggest a better way to do it Shelly

