cancel
Showing results for 
Search instead for 
Did you mean: 

ObjectPageLayout Event 'navigate' does not work on gateway server (uxap libs 1.38.11)

former_member444649
Discoverer

I'm currently using this xml code in my view:

<ux:ObjectPageLayout id="ObjectPageLayout" enableLazyLoading="false" useIconTabBar="true" navigate="_handleNavegationPage">

Libs:

While I'm developing and testing on webide the code works ok, calling the '_handleNavegationPage' function defined in the xml of the view but when I deploy to the gateway server (reference image) the event defined in the view is not executed. Reviewing in the browser console does not generate any exceptions. Any idea what may be going on?

Thank you

regards

Accepted Solutions (1)

Accepted Solutions (1)

former_member444649
Discoverer
0 Kudos

we were able to solve the problem. The toolkit for sapui5 (https://sapui5.hana.ondemand.com/sdk/#docs/api/symbols/sap.uxap.ObjectPageLayout.html#event:navigate) indicates that in version 1.38.1 the event To use is 'Navigate', however the gateway server toolkit (version 1.38.11) indicates that the event to use is 'tabSelect'. A possible inconsistency between the https://sapui5.hana.ondemand.com/sdk/documentation and the version installed on the server.

Thanks

Answers (0)