Yes, I've got exactly the same issue. As far as I've explored it, the cause is following:
When the menu is rendered for each page is called $page->getHref(); Then we fall down to Zend_Controller_Router_Rewrite::assemble and call getCurrentRouteName() After this any url is assembled using current route, in your case - 'storyId' To avoid this, add for every page in your xml navigation definition <route>default</default> -- View this message in context: http://old.nabble.com/Zend-Navigation-and-Router-issue-tp26338790p26339585.html Sent from the Zend Framework mailing list archive at Nabble.com.
