Thanks, Matt. That helped me get on the right track. The admin pages (Current
users, active users and flush cache) failed to show the correct sub menu
since all of them have the same meta tag menu AdminMenu. So instead of
changing the tag, I added another tag submenu in each page and a line in
decorators/default.jsp currentSubmenu to track the submenu. (For the visual
effect, I also modified cssVerticalMenu.vm). 

Thanks again.
Aakhunaten



mraible wrote:
> 
> If you use a <meta> tag to set the active menu in your page,
> decorators/default.jsp will set it as a request variable:
> 
> <c:set var="currentMenu" scope="request"><decorator:getProperty
> property="meta.menu"/></c:set>
> 
> Matt
> 
> On Tue, May 27, 2008 at 4:43 AM, Aakhunaten <[EMAIL PROTECTED]> wrote:
>>
>> I was wondering if we can find the current item in the sub menu? Eg., can
>> we
>> find if 'View Users' is the active/current menu item? Is there a property
>> for menuItem in cssVerticalMenu.vm that can help me et this information?
>>
>> Thanks,
>> Aakhunaten
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-find-the-active-sub-menu-tp17487601s2369p17487601.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-find-the-active-sub-menu-tp17487601s2369p17520302.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


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

Reply via email to