Hi, I have the following Zend_Navigation config
-Item1 -Item2 |---SubItem2 1 |---SubItem2 2 |---SubItem2 3 (Visible = false) -Item3 |---SubItem3 1 |---SubItem3 2 -Item4 |---SubItem4 1 Now, in application, whenever the user is on SubItems (visible = true), the submenu renders correctly. But whenever the user is on invisibale page like "SubItem2 3". The submenu does not render. I can render the breadcrumbs by doing setRenderInvisible() and it works. I was not able to render the submenu. Any information/pointers are appreciated. Thanks, -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Zend-Navigation-show-submenu-when-invisible-page-is-active-tp3307769p3307769.html Sent from the Zend Framework mailing list archive at Nabble.com.
