thind has asked for the wisdom of the Perl Monks concerning the following question:

Hi all, I am writing a web application, using CGI::Application, in this application i have a requirement of creating navigation menu. I tried using HTML::Widget::NavMenu perl module. But i am having problems in integrating both CAP and HTML::Widget::NavMenu, as in CAP we have runmodes instead of diffrent menus, so menu is generated completely but menu tree expand and collapse is not working. I don't want to use any javascript for this, i will like to do it through server side code only. Any Suggestion would be appreciated. Thanks, thind