Ralph Goers wrote: > > I looked at this some more. It looks like I need to generate > the sub-navigation for non-selected items in > TabContentAspect.java. Would it be OK to add another boolean > parameter to control whether to generate this? > You could do this and it would solve your problem, but :) currently onle the coplets that are visible are triggered - which means they are asked to deliver they content. If you do your changes then *all* coplets of the current user are triggered - even if they are not visible. In addition, you have to modify the stylesheets to not render all of this additional information.
Hmm, thinking about it, you could change the aspect the way you suggest and you could then change the stylesheets that they remove everything from not selected tabs (coplets etc) but contained tabs. This should work. HTH Carsten > > > Ralph Goers said: > > > > The Portal seems to generate named-items for each main tab > as well as > > named-items for tabs for the current page. It does not return any > > navigation items for other pages. We have a need to access > those so > > that DHTML subnavigation menus can be used for all the tabs > (i.e. you > > will see the sub-nav items when the cursor is placed over > the main nav item). > > > > 1. Is there a way to get the portal to do this without > modifying code. > > 2. If not, what code do I need to modify? > > > > Thanks, > > > > Ralph > > > > > > > >
