Dear ZF list, 
I have this little problem with Zend Navigation and XML, my breadcrumbs look 
like this:

home => users => customers-list => customer-branches => customer-branch-edit

To access "customer-branches" page I need to have an user_id param.
To access "customer-branch-edit" page I need to have an user_id param and also 
a branch_id param.

If I am in the "customer-branch-edit" page I haven't found a way to make the 
breadcrumb link to "customer-branches" ( but also to "customer-branch-edit" ) 
render in the correct manner ( with the 'user_id' passed via GET ).

I added the param "user_id" to the XML navigation

                        <params>
                            <user_id></user_id>
                        </params>

and even if I have the "reset" set to false ( <reset>false</reset> ), 
apparently there is no way to render the value from the request.

For sure I am mistaking something.

How to solve this?

I hope in your kind help and advices.
Thank you!

Sergio


                                          

Reply via email to