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

