I don't use JSCookMenu, but I took a different approach for navigation. Rather than creating navigation cases and adding them to the RuntimeConfig, you can create your own navigation handler. If the navigation case matches your rules, perform the navigation.. Otherwise, delegate back to the original navigation handler.
On Mon, Sep 3, 2012 at 10:37 AM, Sergio Vieira Rolanski <[email protected]> wrote: > Hi, > > I'm dynamically creating a menu (JSCookMenu) by reading the menu and > submenus from the database. > > I'm also create navigation cases and add them to RuntimeConfig, this was > working just fine with MyFaces/Tomahawk 1.1. > > I'm trying to upgrade to MyFaces/Tomahawk 2.0 and this dynamic menu > creation code only works when I'm in development mode by setting > "javax.faces.PROJECT_STAGE" to "development". > > Is this intended behaviour? > > -- > Sergio

