Zend Navigation using XML file giving problems in sublevel

Starks

New Member
I am trying to follow this tutorial with Zend framework 1.12 down to the last word...http://www.zendcasts.com/zend_navig...ng-a-menu-a-sitemap-and-breadcrumbs/2009/06/#I get the menu correct when I am in the home page i.e. when the page url is to the base of the website.
FY7Xq.jpg
However when I click on one of the sublinks in the main page I reach a page relating to some action of some controller the display of Links gets jumbled up. I have gone through entire comments and raked all combinations to solve the problem.
ANAZ2.jpg
Only change I have done to the code is added the following line\[code\]$view->navigation()->menu()->setUlClass('sf-menu');\[/code\]to the bootstrap initNavigation function so as to get ul class as sf-menu to outermost layer.I am new to Zend framework and not able to solve the problem. Please Help? I am sure there is somewhere I have gone wrong...
 
Top