i want add a costum menu to jasperserver community edition , i added this to actionModel-navigation.xml
<context name="main_custom_mutton" test="!banUserRole"> <selectAction labelKey="NAV_801_ACCOUNTS"> <option labelKey="NAV_802_SEARCH_IN" action="primaryNavModule.navigationOption" actionArgs="accounts"/> <option labelKey="NAV_803_SEARCH_OUT" action="externalSearchHandler" actionArgs="extsearch"/> </selectAction>
and i added this to actionModel.primaryNavigation.js
accounts : {url : "home.html"}, extsearch :{url : "home.html"}...
after restarting tomcat , i see that my menu is added successfully , but wheni click on links there is no effect , i can't navigate to home page.
what can be wrong ?
I am also facing the same problem. Menu item is visible but no action when I click. How did you fix this ?