You might need to specify the URI for each element as in example #2 in the
manual page for nav containers:
http://framework.zend.com/manual/en/zend.navigation.containers.html

<http://framework.zend.com/manual/en/zend.navigation.containers.html>
Regards,

David Kanenwisher

On Thu, Apr 14, 2011 at 12:27 PM, emile1986 <[email protected]> wrote:

> Thank you for your help David,
>
> The url with the / separator works great now, but it also created a new
> problem.
> My Zend_Navigation menu seems to work as it should be, until i click on the
> link to
> my subcontroller. From that point all my zend_navigation menu items points
> to the
> subcontroller!
>
> This is my zend_navigation xml file:
> <?xml version="1.0" encoding="UTF-8"?>
>
>
>
>                        Home
>                        cms
>                        index
>                        index
>
>
>                        Gebruikers
>                        cms
>                        users
>                        index
>
>
>                                        Nieuwe gebruiker
>                                        cms
>                                        users
>                                        new
>
>
>
>
>                        Content
>                        cms
>                        content
>                        index
>
>
>                                        Pagina's
>                                        /content/page
>
>
>
>
>
>
> --
> View this message in context:
> http://zend-framework-community.634137.n4.nabble.com/subcontroller-path-separator-tp3446708p3450247.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
> --
> List: [email protected]
> Info: http://framework.zend.com/archives
> Unsubscribe: [email protected]
>
>
>

Reply via email to