cancel
Showing results for 
Search instead for 
Did you mean: 

sapui5 splitapp controller stack calls

Former Member
0 Kudos
188

Hi experts,

I have created a sapui5 split app. I know that usually the default controller stack call is component.js -> app.controller.js -> master.controller.js -> detail.controller.js.

For some reason that I don't understand, my stack call is

component.js -> app.controller.js -> detail.controller.js -> master.controller.js.

My app then froze on opening because the detail page ask for an id from master controller which have not been called, so the id is not ready yet.

Have you got some ideas about this strange behavior? It is possible that in the manifest.js I have messed something up?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

show us your routing/manifest file

Former Member
0 Kudos

Hi, thank you for your answer.

I solved this morning, there was a missing instruction to set the model inside the component.js.