I need to modify the left navigation so that it displays some information from an external DB based on the current user. The base information on the nav consists of a bunch of links, each of which point to a tab controller. As I see it, I can do this one of two ways:
1) I can create a new class based on org.apache.turbine.modules.navigations.BaseJspNavigation and override doBuildTemplate(). 2) I can create a new custom menu control. At a quick glance, it would appear that I have to derive from VelocityPortletSetControl, even though I'm using jsp templates. Any thoughts/experiences/suggestions/derisions on either of these two approaches? Thanks! -- Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
